Set new gravity database version to 16 (#5328)

This commit is contained in:
Adam Warner 2023-07-04 08:32:50 +01:00 committed by GitHub
commit 047017dc6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ CREATE TABLE info
value TEXT NOT NULL
);
INSERT INTO "info" VALUES('version','15');
INSERT INTO "info" VALUES('version','16');
CREATE TABLE domain_audit
(