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
{{ message }}
This repository has been archived by the owner on Aug 9, 2019. It is now read-only.
The project currently uses SQLite as its database engine, however according to Katharine it will likely use Postgres in prod.
This means that we have to change (at the very least) all the data types (as SQLite only uses
NULL
,INTEGER
,REAL
,TEXT
andBLOB
).We should also consider how to implement schema changes in the future.
The text was updated successfully, but these errors were encountered: