Resolve petty CHANGELOG conflict
This commit is contained in:
Joe Nelson
2016-10-12 20:52:40 -07:00
6 changed files with 15 additions and 4 deletions
+2
View File
@@ -213,6 +213,8 @@ SELECT pg_catalog.setval('items_id_seq', 15, true);
TRUNCATE TABLE json CASCADE;
INSERT INTO json VALUES ('{"foo":{"bar":"baz"},"id":1}');
INSERT INTO json VALUES ('{"id":3}');
INSERT INTO json VALUES ('{"id":0}');
--