]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20230830115220_validate_create_doorkeeper_openid_connect_tables.rb
Remove SotM Africa 2023 and SotM Asia x FOSS4G 2023, add SotM 2024
[rails.git] / db / migrate / 20230830115220_validate_create_doorkeeper_openid_connect_tables.rb
1 class ValidateCreateDoorkeeperOpenidConnectTables < ActiveRecord::Migration[7.0]
2   # Validate foreign key created by CreateDoorkeeperOpenidConnectTables
3   def change
4     validate_foreign_key :oauth_openid_requests, :oauth_access_grants
5   end
6 end