summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-16 22:37:20 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-16 22:37:20 +0100
commitee9efa4e414e89a5dbc8df5b94b758055d8ee633 (patch)
tree1b6d29aed4a452e77a6ff478ec7b0703de3c4a2d /db/schema.rb
parent16c2367e7e291fdc063f77cbdcbc41874060554a (diff)
Set a new default for USER_NAME_PREFIX.
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 bc4f737..8416305 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 => 20130116145500) do
+ActiveRecord::Schema.define(:version => 20130116213312) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"