revert SQL changes
This commit is contained in:
parent
a8e2b49c5b
commit
4bf2da4af7
@ -795,6 +795,4 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL;
|
||||
|
||||
-- Fix bad data
|
||||
update llx_opensurvey_sondage set format = 'D' where format = 'D+';
|
||||
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
|
||||
|
||||
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;
|
||||
update llx_opensurvey_sondage set format = 'A' where format = 'A+';
|
||||
@ -66,7 +66,7 @@ create table llx_actioncomm
|
||||
recurdateend datetime,
|
||||
|
||||
fk_element integer DEFAULT NULL,
|
||||
elementtype varchar(255) DEFAULT NULL
|
||||
elementtype varchar(32) DEFAULT NULL
|
||||
|
||||
)ENGINE=innodb;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user