work in progress

This commit is contained in:
Robbt 2018-12-11 21:14:35 -05:00
parent efec7af21c
commit 1b48f91dbd
3 changed files with 10 additions and 9 deletions

View file

@ -299,7 +299,7 @@ CREATE TABLE "cc_block"
"creator_id" INTEGER,
"description" VARCHAR(512),
"length" interval DEFAULT '00:00:00',
"type" VARCHAR(7) DEFAULT 'static',
"type" VARCHAR(7) DEFAULT 'dynamic',
PRIMARY KEY ("id")
);