You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: db/data_migration/v2.11.1/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Migrations in 2.12
1
+
# Migrations in 2.11.1
2
2
3
3
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.
4
4
@@ -9,5 +9,5 @@ These scripts will update the `Field` records where calculations exist.
9
9
To validate which fields will be updated, run the following:
10
10
11
11
```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
0 commit comments