fix schematu

This commit is contained in:
severak 2020-01-16 12:49:22 +01:00
parent 9bb1a407ed
commit 398185d02a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- Adminer 4.7.5 SQLite 3 dump
CREATE TABLE "sites" (
"id" integer NOT NULL,
"id" integer NOT NULL PRIMARY KEY AUTOINCREMENT,
"host" text COLLATE 'NOCASE' NOT NULL,
"label" text NULL,
"stats_public" numeric NOT NULL DEFAULT '0',