Skip to content

Commit 6ea19ac

Browse files
committed
Update references in readme to point to new location
1 parent 4b095ca commit 6ea19ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

db/data_migration/v2.11.1/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migrations in 2.12
1+
# Migrations in 2.11.1
22

33
This migration updates the configuration of GBV instances *only*. This migrates the fields that calculate average scores on subforms to new versions which support decimal places.
44

@@ -9,5 +9,5 @@ These scripts will update the `Field` records where calculations exist.
99
To validate which fields will be updated, run the following:
1010

1111
```bash
12-
rails r ./db/migrations/v2.12/update_calculated_avg_fields_gbv.rb
12+
rails r ./db/migrations/v2.11.1/update_calculated_avg_fields_gbv.rb
1313
```

0 commit comments

Comments
 (0)