Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Smejkal
Pa165 Secret Archive
Commits
ebe00aad
Commit
ebe00aad
authored
Apr 24, 2022
by
Tomáš Biloš
Browse files
change script to conform schema
parent
924190ba
Pipeline
#131770
waiting for manual action with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
secret-archive-dao/src/main/resources/data.sql
View file @
ebe00aad
INSERT
INTO
AGENT
(
id
,
training
)
VALUES
(
'1000'
,
'Special training'
);
\ No newline at end of file
INSERT
INTO
AGENT
(
id
,
name
,
training
)
VALUES
(
'1000'
,
'Specialist'
,
'Special training'
);
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment