yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
89 stars 18 forks source link

[SQL-249] Enum migration fix #407

Closed kelvinqian00 closed 3 months ago

kelvinqian00 commented 3 months ago

Add queries (in both SQLite and Postgres) to prevent scope enum migrations from happening when the enum has already been updated.

Also some minor quality-of-life dev changes (namely changing PG config and updating Testcontainers).