mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
parent
2b743dba83
commit
030189ab69
2 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
class AddMessagesRegistrarIdFk < ActiveRecord::Migration
|
||||
def change
|
||||
add_foreign_key :messages, :registrars, name: 'messages_registrar_id_fk'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue