bobertoyin / cubecrit

A website for reviewing speedcubes.
0 stars 0 forks source link

Move schema.sql to a migration system #11

Open bobertoyin opened 4 months ago

bobertoyin commented 4 months ago

Once we deploy this app, we need a way to maintain schema changes in the future. Something like Alembic or even Flask-Migrate, which is built using Alembic, should do the trick. It'll also improve our development process by automating some of the schema/seed application process on a developer's local database.

bobertoyin commented 1 week ago

Optional: only do if we have time