Skip to content
Snippets Groups Projects
Commit 4bf2da4a authored by Florian Henry's avatar Florian Henry
Browse files

revert SQL changes

parent a8e2b49c
No related branches found
No related tags found
No related merge requests found
...@@ -795,6 +795,4 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL; ...@@ -795,6 +795,4 @@ ALTER TABLE llx_societe_remise_except MODIFY COLUMN description text NOT NULL;
-- Fix bad data -- Fix bad data
update llx_opensurvey_sondage set format = 'D' where format = 'D+'; update llx_opensurvey_sondage set format = 'D' where format = 'D+';
update llx_opensurvey_sondage set format = 'A' where format = 'A+'; update llx_opensurvey_sondage set format = 'A' where format = 'A+';
\ No newline at end of file
ALTER TABLE llx_actioncomm MODIFY COLUMN elementtype varchar(255) DEFAULT NULL;
\ No newline at end of file
...@@ -66,7 +66,7 @@ create table llx_actioncomm ...@@ -66,7 +66,7 @@ create table llx_actioncomm
recurdateend datetime, recurdateend datetime,
fk_element integer DEFAULT NULL, fk_element integer DEFAULT NULL,
elementtype varchar(255) DEFAULT NULL elementtype varchar(32) DEFAULT NULL
)ENGINE=innodb; )ENGINE=innodb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment