Skip to content

Commit

Permalink
Update references in readme to point to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
awensaunders committed Dec 4, 2024
1 parent 99649ad commit dc224d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/data_migration/v2.11.1/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Migrations in 2.12
# Migrations in 2.11.1

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.

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

```bash
rails r ./db/migrations/v2.12/update_calculated_avg_fields_gbv.rb
rails r ./db/migrations/v2.11.1/update_calculated_avg_fields_gbv.rb
```

0 comments on commit dc224d7

Please sign in to comment.