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
While we need fake data on a database for development purposes, We have to be aware to not insert this data into production.
So in init.sql we only need to create our tables, and in a separate SQL file, we can insert our data (avoid build this file in production).
The text was updated successfully, but these errors were encountered:
While we need fake data on a database for development purposes, We have to be aware to not insert this data into production.
So in
init.sql
we only need to create our tables, and in a separate SQL file, we can insert our data (avoid build this file in production).The text was updated successfully, but these errors were encountered: