Add a version number to exports
CREATE TABLE export_version AS SELECT 2 AS version;
This table can be used in #809 (closed) to possibly crash on version 1 (since there is no image server table), or later to handle different export structures in parsing functions.