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

Fixed in db_schema.sql

parent 84f568a8
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,6 @@ CREATE TABLE IF NOT EXISTS `site_texts` (
`modified_by` text NOT NULL
);
CREATE TABLE IF NOT EXISTS `log` (
CREATE TABLE IF NOT EXISTS `streamlog` (
`id` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
`time` datetime NOT NULL,
`date` datetime NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment