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