Skip to content

Commit fd427de

Browse files
committed
standardrb --fix db/migrate
1 parent 362c8e2 commit fd427de

3 files changed

Lines changed: 3 additions & 3 deletions

db/migrate/20250331032424_validate_constraint_mileage_rates.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ValidateConstraintMileageRates < ActiveRecord::Migration[7.2]
2-
def up
2+
def up
33
ActiveRecord::Base.connection.execute(Arel.sql("ALTER TABLE mileage_rates VALIDATE CONSTRAINT fk_rails_3dad81992f;"))
44
end
55

db/migrate/20250331033339_validate_constraint_notes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ValidateConstraintNotes < ActiveRecord::Migration[7.2]
2-
def up
2+
def up
33
ActiveRecord::Base.connection.execute(Arel.sql("ALTER TABLE notes VALIDATE CONSTRAINT fk_rails_5d4a723a34;"))
44
end
55

db/migrate/20250331033350_validate_constraint_placements.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ValidateConstraintPlacements < ActiveRecord::Migration[7.2]
2-
def up
2+
def up
33
ActiveRecord::Base.connection.execute(Arel.sql("ALTER TABLE placements VALIDATE CONSTRAINT fk_rails_65aeeb5669;"))
44
end
55

0 commit comments

Comments
 (0)