mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-05-31 20:42: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,
|
||||
`schedule` varchar(254) not null,
|
||||
`category` varchar(254) not null,
|
||||
`item_count` int not null,
|
||||
`file_id` varchar(254),
|
||||
`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