minime/schema/migrate
Tau 6ab2112ea9 Stop using SQL namespaces ("schemas")
This is in preparation for a transition to SQLite. SQLite does have
a similar concept called "attached databases", but it's kind of a
pain to deal with if you're casually browsing a database from the
`sqlite3` CLI so we'll just use some slightly uglier explicitly
namespaced table name identifiers instead.
2019-11-06 17:28:30 -05:00
..
M0001-add-helper-funcs.sql Add ID generation sprocs for manual db interventions 2019-11-06 17:28:30 -05:00
M0002-idz-drop-profile-ext-id.sql idz: Remove profile ext id 2019-11-06 17:28:30 -05:00
M0003-idz-add-team.sql idz: Add initial team tables 2019-11-06 17:28:30 -05:00
M0004-idz-fix-col-casing.sql Fix SQL column capitalization 2019-11-06 17:28:30 -05:00
M0005-merge-schemas.sql Stop using SQL namespaces ("schemas") 2019-11-06 17:28:30 -05:00