diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-07 23:29:52 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-07 23:29:52 +0100 |
commit | 97e73758b2d61c90dc2d1bdbcfd61f7a80db21a8 (patch) | |
tree | 87fc775e6867980451621730e4b760959ee2b96f /db/schema.rb | |
parent | b1fb25f0d6ee481cca54f69ed50e6196595ce777 (diff) |
Added PROVISIONING_SET_HTTP_USER and PROVISIONING_SET_HTTP_PASSWORD.
Diffstat (limited to 'db/schema.rb')
-rw-r--r-- | db/schema.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index e8b3c4a..982c406 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 => 20130105120353) do +ActiveRecord::Schema.define(:version => 20130107222128) do create_table "access_authorizations", :force => true do |t| t.string "access_authorizationable_type" |