refactor: update stores

This commit is contained in:
Steven
2023-06-20 15:54:56 +08:00
parent 8fb410ec3b
commit 805ab9996e
16 changed files with 1160 additions and 403 deletions

View File

@@ -1,33 +1,14 @@
INSERT INTO
workspace (
`id`,
`creator_id`,
`name`,
`title`,
`description`
)
VALUES
(
11,
101,
1,
'minecraft',
'minecraft',
''
);
INSERT INTO
workspace (
`id`,
`creator_id`,
`name`,
`title`,
`description`
)
VALUES
(
12,
102,
'bob',
'bob-room',
''
);