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
Currently the local database when we first run the program doesn't have any items.
It would be nice to have something to populate the database so we can see some events, projects, etc.
The text was updated successfully, but these errors were encountered:
One way to do this is creating a data.sql script under resources/: https://www.baeldung.com/spring-boot-data-sql-and-schema-sql
However, this requires writing it directly in SQL and it will get outdated very fast, so think about alternatives before implementing.
Currently the local database when we first run the program doesn't have any items.
It would be nice to have something to populate the database so we can see some events, projects, etc.
The text was updated successfully, but these errors were encountered: