mirror of
https://github.com/aykhans/slash-e.git
synced 2025-04-16 04:13:12 +00:00
chore: add collection seed data
This commit is contained in:
parent
dad0d91d01
commit
3da0e4720e
20
store/db/seed/10003__collection.sql
Normal file
20
store/db/seed/10003__collection.sql
Normal file
@ -0,0 +1,20 @@
|
||||
INSERT INTO
|
||||
collection (
|
||||
`id`,
|
||||
`creator_id`,
|
||||
`name`,
|
||||
`title`,
|
||||
`description`,
|
||||
`visibility`,
|
||||
`shortcut_ids`
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
1,
|
||||
101,
|
||||
'minecraft',
|
||||
'Minecraft',
|
||||
'',
|
||||
'PUBLIC',
|
||||
'1,2,3,4,5'
|
||||
);
|
Loading…
x
Reference in New Issue
Block a user