Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Akamu
data-schemas
Commits
9e2641c1
Commit
9e2641c1
authored
Feb 03, 2020
by
Simon Metzler
Browse files
Update deploydata.sql
parent
29b816ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
deploydata.sql
View file @
9e2641c1
-- -----------------------------------------------------
-- Insert test data
-- -----------------------------------------------------
INSERT
INTO
resource
(
idresource
,
uri
)
VALUES
(
1
,
"noavatar.svg"
);
INSERT
INTO
avatar
(
idavatar
,
image
,
level
)
VALUES
(
1
,
1
,
0
);
-- default "no avatar"-avatar
INSERT
IGNORE
INTO
resource
(
idresource
,
uri
)
VALUES
(
1
,
"noavatar.svg"
);
INSERT
IGNORE
INTO
title
(
idtitle
,
name
,
subject
,
unlock_score
,
unlock_win
)
VALUES
(
1
,
""
,
1
,
0
,
0
);
INSERT
IGNORE
INTO
avatar
(
idavatar
,
image
,
level
)
VALUES
(
1
,
1
,
0
);
-- default "no avatar"-avatar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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