mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
chore: add seeding data
This commit is contained in:
12
store/db/seed/10003__workspace_user.sql
Normal file
12
store/db/seed/10003__workspace_user.sql
Normal file
@ -0,0 +1,12 @@
|
||||
INSERT INTO
|
||||
workspace_user (
|
||||
`workspace_id`,
|
||||
`user_id`,
|
||||
`role`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
11,
|
||||
101,
|
||||
'ADMIN'
|
||||
);
|
Reference in New Issue
Block a user