Skip to content
Snippets Groups Projects
Commit 37d0e732 authored by uhensler's avatar uhensler
Browse files

no-jira: wrong data type in MySql database setup

parent d54f06c0
No related branches found
No related tags found
No related merge requests found
......@@ -1316,8 +1316,8 @@ create table o_vid_transcoding (
create table o_vid_metadata (
id bigint not null auto_increment,
creationdate timestamp not null,
lastmodified timestamp not null,
creationdate datetime not null,
lastmodified datetime not null,
vid_width bigint default null,
vid_height bigint default null,
vid_size bigint default null,
......
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