Changed default import_status value on cc_files table to 1 (pending)
This commit is contained in:
parent
9eda78f8f9
commit
70228a675e
4 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@ CREATE TABLE "cc_files"
|
|||
"ftype" VARCHAR(128) default '' NOT NULL,
|
||||
"directory" INTEGER,
|
||||
"filepath" TEXT default '',
|
||||
"import_status" INTEGER default 0 NOT NULL,
|
||||
"import_status" INTEGER default 1 NOT NULL,
|
||||
"currentlyaccessing" INTEGER default 0 NOT NULL,
|
||||
"editedby" INTEGER,
|
||||
"mtime" TIMESTAMP(6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue