]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20250105154621_validate_foreign_key_on_notes.rb
Bump rack from 3.1.15 to 3.1.16
[rails.git] / db / migrate / 20250105154621_validate_foreign_key_on_notes.rb
1 class ValidateForeignKeyOnNotes < ActiveRecord::Migration[7.2]
2   def change
3     validate_foreign_key :notes, :users
4   end
5 end