comparison db/pubsub.sql @ 448:c57b9ede1381

pgsql: fix wrong version in schema
author Goffi <goffi@goffi.org>
date Wed, 14 Apr 2021 13:51:50 +0200
parents b5e1e8d93dd4
children 0d38c3529972
comparison
equal deleted inserted replaced
447:cc29a62fb64c 448:c57b9ede1381
142 CREATE TABLE metadata ( 142 CREATE TABLE metadata (
143 key text PRIMARY KEY, 143 key text PRIMARY KEY,
144 value text 144 value text
145 ); 145 );
146 146
147 INSERT INTO metadata VALUES ('version', '7'); 147 INSERT INTO metadata VALUES ('version', '8');