fix 1.2.4
This commit is contained in:
@@ -197,6 +197,7 @@ CREATE TABLE `gruppo_individuo` (
|
||||
`gruppo_id` bigint unsigned NOT NULL,
|
||||
`individuo_id` bigint unsigned NOT NULL,
|
||||
`ruolo_ids` json DEFAULT NULL,
|
||||
`ruolo_nel_gruppo` varchar(255) DEFAULT NULL,
|
||||
`data_adesione` date DEFAULT NULL,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
@@ -511,6 +512,7 @@ CREATE TABLE `eventi` (
|
||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
|
||||
`tenant_id` bigint unsigned DEFAULT NULL,
|
||||
`nome_evento` varchar(255) NOT NULL,
|
||||
`descrizione_evento` text,
|
||||
`tipo_evento` varchar(255) DEFAULT NULL,
|
||||
`tipo_recorrenza` enum('singolo','settimanale','mensile','annuale','altro') DEFAULT 'singolo',
|
||||
`giorno_settimana` tinyint unsigned DEFAULT NULL,
|
||||
@@ -526,6 +528,7 @@ CREATE TABLE `eventi` (
|
||||
`luogo_indirizzo` varchar(500) DEFAULT NULL,
|
||||
`luogo_url_maps` text,
|
||||
`uid_esterno` varchar(500) DEFAULT NULL,
|
||||
`is_incontro_gruppo` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id`),
|
||||
|
||||
Reference in New Issue
Block a user