mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-11-04 01:24:04 +00:00 
			
		
		
		
	Did migration
This commit is contained in:
		@@ -1,12 +1 @@
 | 
			
		||||
ALTER TABLE `utilisateurs`
 | 
			
		||||
    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`));
 | 
			
		||||
-- Nothing yet
 | 
			
		||||
		Reference in New Issue
	
	Block a user