diff SQLite/Plugins/PrepareIndex.sql @ 256:e184dcadf163

handling of revisions in metadata
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Apr 2021 17:13:33 +0200
parents 7cea966b6829
children b0c65094b299
line wrap: on
line diff
--- a/SQLite/Plugins/PrepareIndex.sql	Wed Apr 14 17:57:08 2021 +0200
+++ b/SQLite/Plugins/PrepareIndex.sql	Fri Apr 16 17:13:33 2021 +0200
@@ -30,6 +30,7 @@
        id INTEGER REFERENCES Resources(internalId) ON DELETE CASCADE,
        type INTEGER,
        value TEXT,
+       revision INTEGER,
        PRIMARY KEY(id, type)
        );