Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Patch the installation of the exercises_folder table
· 1ce84073
Marco De Donno
authored
Feb 23, 2020
1ce84073
Hide whitespace changes
Inline
Side-by-side
sql/install/26-exercises_folder.sql
View file @
1ce84073
...
...
@@ -60,15 +60,6 @@ ALTER SEQUENCE public.exercises_folder_id_seq OWNED BY public.exercises_folder.i
ALTER
TABLE
ONLY
public
.
exercises_folder
ALTER
COLUMN
id
SET
DEFAULT
nextval
(
'public.exercises_folder_id_seq'
::
regclass
);
--
-- Data for Name: exercises_folder; Type: TABLE DATA; Schema: public; Owner: icnml
--
COPY
public
.
exercises_folder
(
id
,
mark
,
folder
)
FROM
stdin
;
2
d53ccba0
-
4
b7b
-
4
b00
-
afe6
-
b2a5ef6e09a5
2
d94a0fd
-
7
efe
-
41
fa
-
8
d28
-
3720783
b3873
\
.
--
-- Name: exercises_folder_id_seq; Type: SEQUENCE SET; Schema: public; Owner: icnml
--
...
...