From 5d7e568a6d02d9a73472b584796b5bc9ef522c56 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 20 Feb 2021 11:35:32 +0100 Subject: [PATCH] Applied migration script --- docs/migration.sql | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/migration.sql b/docs/migration.sql index 3d158dd..105f2e9 100644 --- a/docs/migration.sql +++ b/docs/migration.sql @@ -1,8 +1 @@ --- Update users table -ALTER TABLE `utilisateurs` -ADD COLUMN `delete_account_after` INT NULL DEFAULT 0 AFTER `account_image_visibility`, -ADD COLUMN `delete_notifications_after` INT NULL DEFAULT 7776000 AFTER `delete_account_after`, -ADD COLUMN `delete_comments_after` INT NULL DEFAULT 0 AFTER `delete_notifications_after`, -ADD COLUMN `delete_posts_after` INT NULL DEFAULT 0 AFTER `delete_comments_after`, -ADD COLUMN `delete_conversation_messages_after` INT NULL DEFAULT 0 AFTER `delete_posts_after`, -ADD COLUMN `delete_likes_after` INT NULL DEFAULT 0 AFTER `delete_conversation_messages_after`; +-- Nothing yet \ No newline at end of file