Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
28a18881
Commit
28a18881
authored
Sep 15, 2023
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: fix user seed data
parent
8824ee9b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
10001__user.sql
store/db/seed/10001__user.sql
+0
-6
No files found.
store/db/seed/10001__user.sql
View file @
28a18881
...
@@ -5,7 +5,6 @@ INSERT INTO
...
@@ -5,7 +5,6 @@ INSERT INTO
`role`
,
`role`
,
`email`
,
`email`
,
`nickname`
,
`nickname`
,
`open_id`
,
`password_hash`
`password_hash`
)
)
VALUES
VALUES
...
@@ -15,7 +14,6 @@ VALUES
...
@@ -15,7 +14,6 @@ VALUES
'HOST'
,
'HOST'
,
'demo@usememos.com'
,
'demo@usememos.com'
,
'Demo Hero'
,
'Demo Hero'
,
hex
(
randomblob
(
16
)),
-- raw password: secret
-- raw password: secret
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
);
);
...
@@ -27,7 +25,6 @@ INSERT INTO
...
@@ -27,7 +25,6 @@ INSERT INTO
`role`
,
`role`
,
`email`
,
`email`
,
`nickname`
,
`nickname`
,
`open_id`
,
`password_hash`
`password_hash`
)
)
VALUES
VALUES
...
@@ -37,7 +34,6 @@ VALUES
...
@@ -37,7 +34,6 @@ VALUES
'USER'
,
'USER'
,
'jack@usememos.com'
,
'jack@usememos.com'
,
'Jack'
,
'Jack'
,
hex
(
randomblob
(
16
)),
-- raw password: secret
-- raw password: secret
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
);
);
...
@@ -50,7 +46,6 @@ INSERT INTO
...
@@ -50,7 +46,6 @@ INSERT INTO
`role`
,
`role`
,
`email`
,
`email`
,
`nickname`
,
`nickname`
,
`open_id`
,
`password_hash`
`password_hash`
)
)
VALUES
VALUES
...
@@ -61,7 +56,6 @@ VALUES
...
@@ -61,7 +56,6 @@ VALUES
'USER'
,
'USER'
,
'bob@usememos.com'
,
'bob@usememos.com'
,
'Bob'
,
'Bob'
,
hex
(
randomblob
(
16
)),
-- raw password: secret
-- raw password: secret
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
'$2a$14$ajq8Q7fbtFRQvXpdCq7Jcuy.Rx1h/L4J60Otx.gyNLbAYctGMJ9tK'
);
);
\ No newline at end of file
Write
Preview
Markdown
is supported
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