-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #357 from JarvusInnovations/develop
Release: v1.22.3
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Adding fixture data | ||
|
||
You can use this workflow for identifying and capturing fixture changes: | ||
- load existing fixture data by running `load-fixtures` at the studio command prompt | ||
- Take a complete snapshot of the database `dump-sql > .scratch/snapshot.before-changes.sql` | ||
- Create new records using the UI | ||
- Take a complete snapshot `dump-sql > .scratch/snapshot.after-changes.sql` | ||
- Open up the two .sql files in a visual diff viewer and manually transplant the added records over to their appropriate fixture files in the repo |
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