diff --git a/db/schema.rb b/db/schema.rb --- 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 => 20150827131927) do +ActiveRecord::Schema.define(:version => 20150827133841) do create_table "announcements", :force => true do |t| t.string "author" @@ -249,6 +249,7 @@ t.string "section" t.boolean "enabled", :default => true t.string "remark" + t.string "last_ip" end add_index "users", ["login"], :name => "index_users_on_login", :unique => true