summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-29 18:43:06 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-29 18:43:06 +0100
commitbf3af8f8a444365f3040da2928837986409fa016 (patch)
treefa731414747a0dc664b8299aaeeb7f583821fba7 /db/schema.rb
parent75fb68c4d1eb647a268890c080da2dc3875c0e77 (diff)
Single Sign On via a ENV['USER_NAME'] mechanism.
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index 7bae5fd..e1bed77 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 => 20130128121800) do
+ActiveRecord::Schema.define(:version => 20130129154700) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"