From 17390c4d5234edafce21547764a89892e04a779c Mon Sep 17 00:00:00 2001 From: Justin Littman Date: Tue, 29 Aug 2023 17:21:52 -0400 Subject: [PATCH] Adds reset instructions refs https://github.com/sul-dlss/argo/issues/4059 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index fb51c5e9c..c4162dd07 100644 --- a/README.md +++ b/README.md @@ -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` +