]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20250105154621_validate_foreign_key_on_notes.rb
Merge remote-tracking branch 'upstream/pull/5532'
[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