-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dev] Add ERD for tracking database state (#256)
* Added ERD triggered on migration * Added alias
- Loading branch information
1 parent
81d5efd
commit 0cd6ac7
Showing
5 changed files
with
958 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.