Better migration handling
This commit is contained in:
7
scnserver/db/schema/primary_migration_7_8.sql
Normal file
7
scnserver/db/schema/primary_migration_7_8.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
DROP INDEX "idx_clients_fcmtoken";
|
||||
|
||||
CREATE UNIQUE INDEX "idx_clients_fcmtoken" ON clients (fcm_token) WHERE deleted=0;
|
||||
|
||||
Reference in New Issue
Block a user