diff --git a/docs/migration.sql b/docs/migration.sql index 095956d..105f2e9 100644 --- a/docs/migration.sql +++ b/docs/migration.sql @@ -1,16 +1 @@ --- User table -ALTER TABLE `utilisateurs` - ADD COLUMN `allow_notif_conv` INT NULL DEFAULT 1 AFTER `delete_likes_after`; -ALTER TABLE `utilisateurs` - ADD COLUMN `allow_notif_sound` INT NULL DEFAULT 1 AFTER `allow_notif_conv`; - --- Clients table -ALTER TABLE `comunic_clients` - ADD COLUMN `firebase_service_account_file` TEXT NULL AFTER `default_expiration_time`; -ALTER TABLE `comunic_clients` - ADD COLUMN `firebase_project_name` VARCHAR(45) NULL AFTER `default_expiration_time`; - - --- Tokens table -ALTER TABLE `comunic_user_access_tokens` - ADD COLUMN `push_notifications_token` TEXT NULL AFTER `timeout`; +-- Nothing yet \ No newline at end of file