数据迁移

This commit is contained in:
cxt 2016-01-08 19:15:47 +08:00
parent cf61fd6b85
commit 7c376ed60b
1 changed files with 5 additions and 10 deletions

View File

@ -11,7 +11,7 @@
#
# It's strongly recommended to check this file into your version control system.
ActiveRecord::Schema.define(:version => 20160108093752) do
ActiveRecord::Schema.define(:version => 20160108024752) do
create_table "activities", :force => true do |t|
t.integer "act_id", :null => false
@ -982,8 +982,8 @@ ActiveRecord::Schema.define(:version => 20160108093752) do
t.text "notes"
t.integer "status"
t.integer "reply_id"
t.datetime "created_on", :null => false
t.datetime "updated_on", :null => false
t.datetime "created_on", :null => false
t.datetime "updated_on", :null => false
t.string "m_parent_id"
t.boolean "is_readed"
t.integer "m_reply_count"
@ -1225,9 +1225,8 @@ ActiveRecord::Schema.define(:version => 20160108093752) do
t.integer "message_id"
t.integer "viewed"
t.string "content"
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
t.integer "status", :default => 0
t.datetime "created_at", :null => false
t.datetime "updated_at", :null => false
end
create_table "org_projects", :force => true do |t|
@ -1693,10 +1692,6 @@ ActiveRecord::Schema.define(:version => 20160108093752) do
t.string "extra"
end
create_table "temp", :id => false, :force => true do |t|
t.integer "id", :default => 0, :null => false
end
create_table "time_entries", :force => true do |t|
t.integer "project_id", :null => false
t.integer "user_id", :null => false