Skip to content

Commit 21dab57

Browse files
committed
Update db
1 parent fa2da84 commit 21dab57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

database/exercises/db.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ COPY public.exercises (id, exercise_id, name, description, tags, status, url) FR
150150
COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM stdin;
151151
1 2 1 False
152152
2 5 1 False
153-
3 6 2 False
153+
3 6 2 True
154154
4 7 31 False
155155
5 10 4 False
156156
6 1 5 False
@@ -194,6 +194,7 @@ COPY public.exercises_universes (id, exercise_id, universe_id, is_default) FROM
194194
44 3 42 True
195195
45 3 43 True
196196
46 27 44 True
197+
47 6 11 False
197198
\.
198199
-- 30 16 3
199200

0 commit comments

Comments
 (0)