Add ImageServer version in SQLite exports
https://redmine.teklia.com/issues/10642
Requires #1971 (closed)
-
A new
versioncolumn should be added to theimage_servertable in SQLite exports (documents/export/structure.sql). -
The
export_versionmust be incremented. -
The
image_server.sqlquery that exports servers should also export theversion. -
The
arkindex load_exportcommand should be updated to support both the current version and this new export version, by changingEXPORT_VERSION_MAX. Thecreate_image_servermethod should use theversionfound in the export and default to 2 when the version column did not exist.