summaryrefslogtreecommitdiff
path: root/db/schema.rb
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 21:58:18 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-10 21:58:18 +0100
commit9f0034ff3c969c867258a90d1a9c6f76f392092a (patch)
tree23048e74ac7f0eecc9f99bea757be66de322aab8 /db/schema.rb
parentc0dfdfce54b2e698580893d18ea101ecaab89aad (diff)
Refactoring and adding some caching for tenant#view.
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 40326a6..2c14be3 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 => 20130109182800) do
+ActiveRecord::Schema.define(:version => 20130110205056) do
create_table "access_authorizations", :force => true do |t|
t.string "access_authorizationable_type"