diff --git a/system/insert_bis_nation.sql b/system/insert_bis_nation.sql index 11150bc59..5dcaca29d 100644 --- a/system/insert_bis_nation.sql +++ b/system/insert_bis_nation.sql @@ -1,4 +1,4 @@ -SET SESSION AUTHORIZATION 'postgres'; +SET search_path = bis, pg_catalog; INSERT INTO tbl_nation VALUES ('A', 'I', true, true, 'EU', 'Österreich', 'Österreich', 'Austria', NULL); INSERT INTO tbl_nation VALUES ('ADN', 'E', NULL, NULL, 'AS', 'Jemen (Süd)', 'Jemen (demokrat. VR/Süd)', 'South Yemen', true); INSERT INTO tbl_nation VALUES ('AFG', 'E', NULL, NULL, 'AS', 'Afghanistan', 'Afghanistan', 'Afghanistan', NULL);