diff options
author | tkimia <tkimia@purdue.edu> | 2014-04-24 17:10:42 -0400 |
---|---|---|
committer | tkimia <tkimia@purdue.edu> | 2014-04-24 17:10:42 -0400 |
commit | 74814dad443659e1e0875329c95cc0257de25b3b (patch) | |
tree | 04e1e00daa8da22cfff84d264b1af2edd37ad2b4 /db/schema.rb | |
parent | dd9a7a6b55fd3a6a494ba41fc133b1f1056c66a9 (diff) | |
parent | cba88607fef562846958a0baeda420fa2d7529ed (diff) |
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'db/schema.rb')
-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 0e9202a..0833263 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20140424014459) do +ActiveRecord::Schema.define(version: 20140424202717) do create_table "alerts", force: true do |t| t.integer "author_id" |