SimpleCloudNotifier/scnserver/db/schema/primary_migration_7_8.ddl

8 lines
123 B
Plaintext
Raw Normal View History

DROP INDEX "idx_clients_fcmtoken";
CREATE UNIQUE INDEX "idx_clients_fcmtoken" ON clients (fcm_token) WHERE deleted=0;