mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Consistent logging of request/responses to solr
Using a middleware. Also add missing changesets for mariadb.
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
CREATE TABLE `fts_migration` (
|
||||
`id` varchar(254) not null primary key,
|
||||
`version` int not null,
|
||||
`fts_engine` varchar(254) not null,
|
||||
`description` varchar(254) not null,
|
||||
`created` timestamp not null
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX `fts_migration_version_engine_idx`
|
||||
ON `fts_migration`(`version`, `fts_engine`);
|
Reference in New Issue
Block a user