1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2024-11-22 13:29:21 +00:00

Did migration

This commit is contained in:
Pierre HUBERT 2021-04-30 17:23:48 +02:00
parent dec582e9b7
commit 2e3d06c2eb

View File

@ -1,12 +1 @@
ALTER TABLE `utilisateurs` -- Nothing yet
ADD COLUMN `is_email_public` INT NULL DEFAULT 0 AFTER `allow_notif_sound`,
ADD COLUMN `location` VARCHAR(45) NULL AFTER `is_email_visible`;
CREATE TABLE `comunic`.`forez_presence` (
`id` INT NOT NULL AUTO_INCREMENT,
`user_id` INT NULL,
`group_id` INT NULL,
`year` INT NULL,
`month` INT NULL,
`day` INT NULL,
PRIMARY KEY (`id`));