Setup for postgres database & schema for blogposts.
This commit is contained in:
8
api/database/seeds/0001_posts.json
Normal file
8
api/database/seeds/0001_posts.json
Normal file
@@ -0,0 +1,8 @@
|
||||
[{
|
||||
"model": "posts",
|
||||
"pk": 12,
|
||||
"fields": {
|
||||
"title": "Making A Raspberry Pi Grafana Monitor",
|
||||
"markdown": "# testost"
|
||||
}
|
||||
}]
|
||||
Reference in New Issue
Block a user