Skip to content

Commit

Permalink
Merge pull request #4577 from sul-dlss/reset
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Aug 29, 2023
2 parents bf10dcb + 17390c4 commit 57328d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,10 @@ Additional notes:
* Migrations are performed on an ActiveRecord object, not a Cocina object. This allows the remediation of invalid items (i.e., items that cannot be instantiated as Cocina objects).
* Migrations can be performed against all items or just a list provided by the Migrator.
* Breaking changes, especially breaking cocina model changes, are going to require additional steps, e.g., stopping SDR processing. The complete process is to be determined.

## Reset Process (for QA/Stage)

### Steps

1. Reset the database: `bin/rails -e p db:reset`

0 comments on commit 57328d6

Please sign in to comment.