mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
5 lines
136 B
Ruby
5 lines
136 B
Ruby
class AddAccountActivityInvoiceIdFk < ActiveRecord::Migration
|
|
def change
|
|
add_foreign_key :account_activities, :invoices
|
|
end
|
|
end
|