]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20250105154621_validate_foreign_key_on_notes.rb
Bump @maplibre/maplibre-gl-leaflet from 0.1.1 to 0.1.2
[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