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