mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-26 14:44:24 +00:00
chore: update seeding data
This commit is contained in:
@@ -9,6 +9,21 @@ VALUES
|
||||
(
|
||||
11,
|
||||
101,
|
||||
'demo',
|
||||
'minecraft',
|
||||
''
|
||||
);
|
||||
|
||||
INSERT INTO
|
||||
workspace (
|
||||
`id`,
|
||||
`creator_id`,
|
||||
`name`,
|
||||
`description`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
12,
|
||||
102,
|
||||
'bob-room',
|
||||
''
|
||||
);
|
||||
|
Reference in New Issue
Block a user