mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 19:38:24 +00:00
Change "empty trash" settings for a collective and submit the job
This commit is contained in:
@ -0,0 +1,6 @@
|
||||
CREATE TABLE "empty_trash_setting" (
|
||||
"cid" varchar(254) not null primary key,
|
||||
"schedule" varchar(254) not null,
|
||||
"created" timestamp not null,
|
||||
foreign key ("cid") references "collective"("cid")
|
||||
);
|
@ -0,0 +1,6 @@
|
||||
CREATE TABLE `empty_trash_setting` (
|
||||
`cid` varchar(254) not null primary key,
|
||||
`schedule` varchar(254) not null,
|
||||
`created` timestamp not null,
|
||||
foreign key (`cid`) references `collective`(`cid`)
|
||||
);
|
@ -0,0 +1,6 @@
|
||||
CREATE TABLE "empty_trash_setting" (
|
||||
"cid" varchar(254) not null primary key,
|
||||
"schedule" varchar(254) not null,
|
||||
"created" timestamp not null,
|
||||
foreign key ("cid") references "collective"("cid")
|
||||
);
|
Reference in New Issue
Block a user