From 32becc8f1ff08619014740d475d9160847931f9e Mon Sep 17 00:00:00 2001 From: Mikkel <4072916+Mikk3@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:23:11 +0200 Subject: [PATCH] =?UTF-8?q?Tilf=C3=B8j=20schema=5Fins.sql=20til=20schema.s?= =?UTF-8?q?ql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aula/schema.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/aula/schema.sql b/aula/schema.sql index 7da6a6d..96f25c1 100644 --- a/aula/schema.sql +++ b/aula/schema.sql @@ -42,4 +42,6 @@ CREATE TABLE IF NOT EXISTS users_in_groups ( cpr_num integer REFERENCES users(cpr_num) NOT NULL, group_id integer REFERENCES groups(group_id) NOT NULL, PRIMARY KEY (cpr_num, group_id) -); \ No newline at end of file +); + +\i schema_ins.sql; \ No newline at end of file