GetPsyched
Explore posts from serversDTDrizzle Team
•Created by GetPsyched on 4/3/2024 in #help
Getting data loss warning even though the change shouldn't be destructive
I am removing a
default
value from a column in 2 different tables both of which have all rows filled with values in that column.
1 replies
Trying to generate files before runtime
I recently pushed a commit in my project that adds some auto generated files to
.gitignore
. But this broke Railway trying to deploy my app because I don't have those files anymore.
The files in question can be generated by a simple command: sqlc generate
. Though I tried putting this as the build command and start commands but nothing seems to work.
Note: I don't want to use a Dockerfile for something as trivial as this.68 replies