mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
5 lines
157 B
Ruby
5 lines
157 B
Ruby
class AddMessagesRegistrarIdFk < ActiveRecord::Migration
|
|
def change
|
|
add_foreign_key :messages, :registrars, name: 'messages_registrar_id_fk'
|
|
end
|
|
end
|