diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 21:06:22 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 21:06:22 +0100 |
commit | 6a3eb3a21958e4bc1a73e5774c3717fc01ee64e0 (patch) | |
tree | 933902730c79edb8f1f8372ce6af6217433c9a84 /db | |
parent | ea70e08534319dd3f15c34859c498771fa7d9b32 (diff) | |
parent | a74efe4bb1b5afeaf892d18ba2e7969ed17b4099 (diff) |
Merge branch 'develop' of https://github.com/amooma/GS5 into develop
Diffstat (limited to 'db')
-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 898faac..bc4f737 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 => 20130116133433) do +ActiveRecord::Schema.define(:version => 20130116145500) do create_table "access_authorizations", :force => true do |t| t.string "access_authorizationable_type" |