Add a processing step to retrieve page counts

This commit is contained in:
Eike Kettner
2020-11-09 11:07:47 +01:00
parent 5f217e6a76
commit a77f34b7ba
8 changed files with 128 additions and 24 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `attachmentmeta`
ADD COLUMN (`page_count` SMALLINT);