Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

kyleconroy
Copy link
Collaborator

Extends the work done in #2680 to support adding and dropping columns and tables.

Fixes #2475

@@ -7,12 +7,12 @@ package com.example.ondeck.mysql
import java.sql.Timestamp
import java.time.Instant

enum class VenuesStatus(val value: String) {
enum class VenueStatus(val value: String) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name changed because the table is called venue not venues. The changed name wasn't taken into account before.

@@ -11,46 +11,46 @@ import (
"time"
)

type VenuesStatus string
type VenueStatus string
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name changed because the table is called venue not venues. The changed name wasn't taken into account before.

@kyleconroy kyleconroy merged commit 39576d6 into main Oct 13, 2023
@kyleconroy kyleconroy deleted the kyle/mysql-enum-fixes branch October 13, 2023 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

unnecessary enum type generated for actual schema
1 participant