SQL Schema and migration files
------------------------------
The `$DATABASE.initial.sql` files create things for first time setup,
the `$DATABASE.$GIT_TAG-migration.sql` should be run to migrate SQL code to
work with the version referenced by `$GIT_TAG`.
Thanks!
Back to Directory