imposter-ai
June 14, 2023 ยท View on GitHub
Updating Database:
Whenever the database is updated (schema.sql is changed), you need to reinitialize the database. You can do so with the following command in the terminal:
flask --app backend init-db
June 14, 2023 ยท View on GitHub
Whenever the database is updated (schema.sql is changed), you need to reinitialize the database. You can do so with the following command in the terminal:
flask --app backend init-db