Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICNML
web app
Commits
eaa36a92
Commit
eaa36a92
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Remove the useless data from the exercises table
parent
9b074962
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/install/25-exercises.sql
+0
-10
0 additions, 10 deletions
sql/install/25-exercises.sql
with
0 additions
and
10 deletions
sql/install/25-exercises.sql
+
0
−
10
View file @
eaa36a92
...
...
@@ -63,16 +63,6 @@ ALTER SEQUENCE public.exercises_id_seq OWNED BY public.exercises.id;
ALTER
TABLE
ONLY
public
.
exercises
ALTER
COLUMN
id
SET
DEFAULT
nextval
(
'public.exercises_id_seq'
::
regclass
);
--
-- Data for Name: exercises; Type: TABLE DATA; Schema: public; Owner: icnml
--
INSERT
INTO
public
.
exercises
VALUES
(
45
,
'46f85c49-7e16-4564-8d86-35c83a0abd68'
,
6
,
'2020-02-20 12:22:24.546198+00'
,
'asdf'
,
true
);
INSERT
INTO
public
.
exercises
VALUES
(
4
,
'2d94a0fd-7efe-41fa-8d28-3720783b3873'
,
6
,
'2020-02-19 16:45:32.91295+00'
,
'new name'
,
true
);
INSERT
INTO
public
.
exercises
VALUES
(
46
,
'22b25eed-c79d-41a2-8559-921325b46246'
,
6
,
'2020-02-20 12:22:53.771109+00'
,
'aaa'
,
true
);
INSERT
INTO
public
.
exercises
VALUES
(
44
,
'832432dd-984f-44fd-a725-cc7acc72fa4b'
,
6
,
'2020-02-20 12:22:20.270567+00'
,
'aa'
,
true
);
--
-- Name: exercises_id_seq; Type: SEQUENCE SET; Schema: public; Owner: icnml
--
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment