You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using goose for migrations and sqlc to generate queries and models. I have a migration that updates multiple column names. When I run sqlc generate it only updates the first field but not the others.
Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered:
It looks like it just stopped processing the migration and silently failed maybe. There are other columns that weren't renamed but were removed and it didn't remove them from the generated models.
Version
1.27.0
What happened?
I'm using goose for migrations and sqlc to generate queries and models. I have a migration that updates multiple column names. When I run
sqlc generate
it only updates the first field but not the others.Relevant log output
No response
Database schema
No response
SQL queries
No response
Configuration
No response
Playground URL
No response
What operating system are you using?
No response
What database engines are you using?
No response
What type of code are you generating?
No response
The text was updated successfully, but these errors were encountered: