summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-12 10:28:49 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-12 10:28:49 +0100
commitd8287a7dbcc287791ed069cfc14ca6b9db0e66a7 (patch)
treecd8e2612c5e3ec488eb8f444e47b1a4d2ebbe963 /db
parent0b9e91fd4654ac5c73072f9e77025abc3060c0c0 (diff)
Fixed a logic if/else bug.
Diffstat (limited to 'db')
-rw-r--r--db/schema.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb
index bc7693b..cc5afcc 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 => 20130111111747) do
+ActiveRecord::Schema.define(:version => 20130112074800) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"