Skip to content

Commit bdbfefa

Browse files
author
John Pinto
committed
Updated migration add_add_ro_ethical_concerns_to_orgs for Rails version
7.1.
1 parent 929b661 commit bdbfefa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

db/migrate/20250829093759_add_add_ro_ethical_concerns_to_orgs.rb renamed to db/migrate/20251027100520_add_add_ro_ethical_concerns_to_orgs.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
class AddAddRoEthicalConcernsToOrgs < ActiveRecord::Migration[6.1]
1+
class AddAddRoEthicalConcernsToOrgs < ActiveRecord::Migration[7.1]
22
def change
33
add_column :orgs, :add_ro_ethical_concerns, :boolean, default: true, null: false
44
Org.update_all(add_ro_ethical_concerns: true)
55
end
6-
end
6+
end

db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[7.1].define(version: 2025_10_16_134521) do
13+
ActiveRecord::Schema[7.1].define(version: 2025_10_27_100520) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "plpgsql"
1616

0 commit comments

Comments
 (0)