rushlink/cmd
Daan Sprenkels 3f09c1517d migrate: Fix 'no such table: migrations' err
Apparently, if you CREATE TABLE inside of a transaction, and then
(in the same transaction) do a SELECT on the same table before
committing, the table will not exist yet.

Now we do the migration in two steps: first initialize the schema;
then migrate the data.
2020-12-31 14:34:33 +01:00
..
rushlink Automigrate when opening db 2020-12-17 15:14:45 +01:00
rushlink-migrate-db migrate: Fix 'no such table: migrations' err 2020-12-31 14:34:33 +01:00