[Dev] Add ERD for tracking database state (#256)
* Added ERD triggered on migration * Added alias
This commit is contained in:
+6
-2
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"description": "Prettier is used for linting of all files so this package has to live in the root of the project. Use the other package.json files for dependencies. Also, look into making this global or something to remove the need for this file.",
|
||||
"devDependencies": {
|
||||
"prettier": "3.2.4"
|
||||
"prettier": "3.2.4",
|
||||
"sqleton": "https://github.com/kieraneglin/sqleton#ke/add-index-support"
|
||||
},
|
||||
"license": "<See the LICENSE file>"
|
||||
"scripts": {
|
||||
"create-erd": "sqleton -o priv/repo/erd.png priv/repo/pinchflat_dev.db"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user