From fd79a4d89ff1da25160bd7ab7ae1758ca59bd3f0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Sat, 30 Jun 2018 16:15:16 -0700 Subject: add some container extra_json to examples --- rust/migrations/2018-05-12-001226_init/up.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rust/migrations/2018-05-12-001226_init/up.sql') diff --git a/rust/migrations/2018-05-12-001226_init/up.sql b/rust/migrations/2018-05-12-001226_init/up.sql index 1ee813ef..c34a0194 100644 --- a/rust/migrations/2018-05-12-001226_init/up.sql +++ b/rust/migrations/2018-05-12-001226_init/up.sql @@ -296,10 +296,10 @@ INSERT INTO changelog (editgroup_id) VALUES (4), (5); -INSERT INTO container_rev (name, publisher, issnl, abbrev, coden) VALUES - ('MySpace Blog', null, null, null, null), - ('Journal of Trivial Results', 'bogus publishing group', '1234-5678', 'Triv. Res.', 'CDNXYZ'), - ('PLOS Medicine', 'Public Library of Science', '1549-1277', 'PLoS med.', null); +INSERT INTO container_rev (name, publisher, issnl, abbrev, coden, extra_json) VALUES + ('MySpace Blog', null, null, null, null, null), + ('Journal of Trivial Results', 'bogus publishing group', '1234-5678', 'Triv. Res.', 'CDNXYZ', '{"is_oa": false, "in_doaj": false}'), + ('PLOS Medicine', 'Public Library of Science', '1549-1277', 'PLoS med.', null, '{"is_oa": true, "in_doaj": true}'); INSERT INTO container_ident (id, is_live, rev_id, redirect_id) VALUES ('00000000-0000-0000-1111-000000000001', true, 1, null), -- cgit v1.2.3