mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-02 13:32:51 +00:00
Fix mariadb changsets
This commit is contained in:
parent
c9bd57592b
commit
eb11b33028
@ -3,7 +3,9 @@ CREATE TABLE `classifier_setting` (
|
|||||||
`enabled` boolean not null,
|
`enabled` boolean not null,
|
||||||
`schedule` varchar(254) not null,
|
`schedule` varchar(254) not null,
|
||||||
`category` varchar(254) not null,
|
`category` varchar(254) not null,
|
||||||
|
`item_count` int not null,
|
||||||
`file_id` varchar(254),
|
`file_id` varchar(254),
|
||||||
`created` timestamp not null,
|
`created` timestamp not null,
|
||||||
foreign key (`cid`) references `collective`(`cid`)
|
foreign key (`cid`) references `collective`(`cid`),
|
||||||
|
foreign key (`file_id`) references `filemeta`(`id`)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user