Support purchases-not-null-uid.sql migration on crdb. (#992)
Fix purchases-not-null-uid.sql migration up for crdb. The migration failed because pg and crdb name fk constraints differently. Set the migration as notransaction because crdb fails to apply it if multiple alter table statements are made on the same fk within the same transaction.
Loading
Please register or sign in to comment