mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-03-19 20:29:24 +00:00
6 lines
233 B
SQL
6 lines
233 B
SQL
-- 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`;
|