diff schema/demo-data/users.sql @ 208:87f21b9a1292

Adapt demo-data to schema changes
author Tom Gottfried <tom@intevation.de>
date Mon, 23 Jul 2018 15:57:54 +0200
parents 0c0826063561
children e7826710d9c4
line wrap: on
line diff
--- a/schema/demo-data/users.sql	Mon Jul 23 11:29:41 2018 +0200
+++ b/schema/demo-data/users.sql	Mon Jul 23 15:57:54 2018 +0200
@@ -4,7 +4,7 @@
 -- Cluster has roles as created by roles.sql
 
 -- Setup Country Codes
-COPY gemma.countries (country_code) FROM stdin;
+COPY countries (country_code) FROM stdin;
 RO
 HU
 SK
@@ -14,7 +14,7 @@
 \.
 
 -- Fill in Profiles
-COPY gemma.user_profiles (username, country, email_adress) FROM stdin;
+COPY users.user_profiles (username, country, email_adress) FROM stdin;
 sophie	AT	sophie@example.com
 lucian	RO	lucian@example.com
 oana	RO	oana@example.com