Skip to content

Add ImageServer version in SQLite exports

https://redmine.teklia.com/issues/10642

Requires #1971 (closed)

  • A new version column should be added to the image_server table in SQLite exports (documents/export/structure.sql).

  • The export_version must be incremented.

  • The image_server.sql query that exports servers should also export the version.

  • The arkindex load_export command should be updated to support both the current version and this new export version, by changing EXPORT_VERSION_MAX. The create_image_server method should use the version found in the export and default to 2 when the version column did not exist.