summaryrefslogtreecommitdiff
path: root/db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb')
-rw-r--r--db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb b/db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb
new file mode 100644
index 0000000..d21916c
--- /dev/null
+++ b/db/migrate/20120119114329_add_clir_and_clip_phone_number_to_sip_accounts.rb
@@ -0,0 +1,6 @@
+class AddClirAndClipPhoneNumberToSipAccounts < ActiveRecord::Migration
+ def change
+ add_column :sip_accounts, :clir, :boolean
+ add_column :sip_accounts, :clip_phone_number_id, :integer
+ end
+end