From a6d54da8982ce7964605768975cb063cd34d0c68 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 16 Apr 2021 10:14:27 +0200 Subject: [PATCH] Applied migration script --- docs/migration.sql | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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