diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-22 13:57:50 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-22 13:57:50 +0100 |
commit | 343f8028a226e2239207194a13890454c696cd38 (patch) | |
tree | d3aa5130549ed058d70a4d0e7abaed06dcf47f87 | |
parent | 69b5f3dcbeb0ddd4d28c516042a1c23117ffdae5 (diff) |
update db schema version to 20130122121100
-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 1d91458..649e022 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 => 20130121123742) do +ActiveRecord::Schema.define(:version => 20130122121100) do create_table "access_authorizations", :force => true do |t| t.string "access_authorizationable_type" |