[Dev] Add ERD for tracking database state (#256)

* Added ERD triggered on migration

* Added alias
This commit is contained in:
Kieran
2024-05-22 10:40:30 -07:00
committed by GitHub
parent 81d5efd4c1
commit 0cd6ac797b
5 changed files with 958 additions and 4 deletions
+6 -2
View File
@@ -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
}