Skip to content
Snippets Groups Projects
Commit f241527a authored by srosse's avatar srosse
Browse files

OO-3602: typo in MySQL update for 12.5

parent c7072f8a
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ drop table o_stat_studybranch3; ...@@ -87,7 +87,7 @@ drop table o_stat_studybranch3;
create table o_user_data_export ( create table o_user_data_export (
id bigint not null auto_increment, id bigint not null auto_increment,
creationdate datetime, creationdate datetime,
lastmodifed datetime, lastmodified datetime,
u_directory varchar(255), u_directory varchar(255),
u_status varchar(16), u_status varchar(16),
u_export_ids varchar(2000), u_export_ids varchar(2000),
......
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