summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-28 12:58:28 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2012-12-28 12:58:28 +0100
commitb2e5168b917202ebd71f3032f125691ef1fd062f (patch)
tree6dfcabddcae1583788797dec4650fb2eb93c3b58 /db/schema.rb
parent25d5c729e37f39799c415dfedf7b1699c328d02f (diff)
parent9190c997fe17ed1c680d2b073c8d2e21ac864b57 (diff)
Merge branch 'bugfix' into develop
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 1395e1b..804ff5f 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
-ActiveRecord::Schema.define(:version => 20121125084447) do
+ActiveRecord::Schema.define(:version => 20121228101454) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"
@@ -738,6 +738,8 @@ ActiveRecord::Schema.define(:version => 20121125084447) do
t.boolean "nightly_reboot"
t.string "provisioning_key"
t.boolean "provisioning_key_active"
+ t.integer "tenant_id"
+ t.integer "fallback_sip_account_id"
end
create_table "registrations", :id => false, :force => true do |t|