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
Right now we have an init.sql file that creates the schema and generates some test data into the table, and that file has to be ran manually.
We should make the file run when the the container starts. The init.sql script likely needs to be adjusted, and the actual running of the script might need to be "smart" and first check to make sure the schema/tables haven't been created yet before trying to apply them
The text was updated successfully, but these errors were encountered:
Right now we have an init.sql file that creates the schema and generates some test data into the table, and that file has to be ran manually.
We should make the file run when the the container starts. The init.sql script likely needs to be adjusted, and the actual running of the script might need to be "smart" and first check to make sure the schema/tables haven't been created yet before trying to apply them
The text was updated successfully, but these errors were encountered: