CC-5709: Airtime Analyzer
* A bunch of changes that somehow didn't make it into my last commit... * confused
This commit is contained in:
parent
f120caa093
commit
8f7ecafcf6
14 changed files with 212 additions and 109 deletions
|
@ -36,7 +36,7 @@ CREATE TABLE "cc_files"
|
|||
"ftype" VARCHAR(128) default '' NOT NULL,
|
||||
"directory" INTEGER,
|
||||
"filepath" TEXT default '',
|
||||
"state" VARCHAR(128) default 'empty' NOT NULL,
|
||||
"import_status" INTEGER default 0 NOT NULL,
|
||||
"currentlyaccessing" INTEGER default 0 NOT NULL,
|
||||
"editedby" INTEGER,
|
||||
"mtime" TIMESTAMP(6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue