-- User table
ALTER TABLE `utilisateurs`
        ADD COLUMN `allow_notif_conv` INT NULL DEFAULT 1 AFTER `delete_likes_after`;