Skip to content
Snippets Groups Projects
Commit 901e77ba authored by Julian Rother's avatar Julian Rother
Browse files

Fixed db_schema.sql

parent 268f8542
Branches
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ CREATE TABLE IF NOT EXISTS `videos_data` (
`video_format` INTEGER NOT NULL,
`hash` varchar(32) NOT NULL,
`source` INTEGER,
`duration` INTEGER NOT NULL
`duration` INTEGER NOT NULL DEFAULT '0'
);
CREATE TABLE IF NOT EXISTS `announcements` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment