Fix missing field in clients struct and non-partial fcmtoken index (also streamline db migrations)
This commit is contained in:
@@ -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