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:
14
store/db/seed/10002__workspace.sql
Normal file
14
store/db/seed/10002__workspace.sql
Normal file
@ -0,0 +1,14 @@
|
||||
INSERT INTO
|
||||
workspace (
|
||||
`id`,
|
||||
`creator_id`,
|
||||
`name`,
|
||||
`description`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
11,
|
||||
101,
|
||||
'Demo',
|
||||
''
|
||||
);
|
Reference in New Issue
Block a user