mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
115595167-log_table_list_changed
This commit is contained in:
parent
9ace5aafb1
commit
c9c4e82989
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,12 @@
|
|||
class AddMatchingColumn < ActiveRecord::Migration
|
||||
|
||||
def change
|
||||
tables = [:log_domains, :log_contacts]
|
||||
tables = [:log_account_activities, :log_accounts, :log_addresses, :log_api_users, :log_bank_statements,
|
||||
:log_bank_transactions, :log_blocked_domains, :log_certificates, :log_contact_statuses, :log_contacts,
|
||||
:log_countries, :log_dnskeys, :log_domain_contacts, :log_domain_statuses, :log_domain_transfers,
|
||||
:log_domains, :log_invoice_items, :log_invoices, :log_keyrelays, :log_messages, :log_nameservers,
|
||||
:log_pricelists, :log_registrars, :log_reserved_domains, :log_settings, :log_users, :log_white_ips,
|
||||
:log_zonefile_settings]
|
||||
|
||||
tables.each do |table|
|
||||
add_column table, :uuid, :text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue