mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-29 08:08:21 +00:00
Add a processing step to retrieve page counts
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "attachmentmeta"
|
||||
ADD COLUMN "page_count" smallint;
|
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `attachmentmeta`
|
||||
ADD COLUMN (`page_count` SMALLINT);
|
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "attachmentmeta"
|
||||
ADD COLUMN "page_count" smallint;
|
Reference in New Issue
Block a user