Skip to content

Commit 989e084

Browse files
committed
Update db
1 parent 8b1a60c commit 989e084

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

database/exercises/db.sql

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ COPY public.exercises (id, exercise_id, name, description, tags, status, url) FR
148148

149149

150150
COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM stdin;
151-
1 2 1 False
152-
2 5 1 False
151+
1 2 1 True
152+
2 5 1 True
153153
3 6 2 True
154154
4 7 31 False
155155
5 10 4 False
@@ -158,7 +158,7 @@ COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM
158158
8 4 7 False
159159
9 4 8 False
160160
10 3 9 False
161-
11 11 1 False
161+
11 11 1 True
162162
12 8 10 False
163163
13 9 12 False
164164
14 3 13 False
@@ -195,6 +195,9 @@ COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM
195195
45 3 43 True
196196
46 27 44 True
197197
47 6 11 False
198+
48 2 45 False
199+
49 5 45 False
200+
50 11 45 False
198201
\.
199202
-- 30 16 3
200203

0 commit comments

Comments
 (0)