|
|
@ -11,7 +11,7 @@
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
# It's strongly recommended to check this file into your version control system.
|
|
|
|
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150930011457) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20151013023237) do
|
|
|
|
|
|
|
|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
create_table "activities", :force => true do |t|
|
|
|
|
t.integer "act_id", :null => false
|
|
|
|
t.integer "act_id", :null => false
|
|
|
@ -1146,6 +1146,7 @@ ActiveRecord::Schema.define(:version => 20150930011457) do
|
|
|
|
t.string "enterprise_name"
|
|
|
|
t.string "enterprise_name"
|
|
|
|
t.integer "organization_id"
|
|
|
|
t.integer "organization_id"
|
|
|
|
t.integer "project_new_type"
|
|
|
|
t.integer "project_new_type"
|
|
|
|
|
|
|
|
t.integer "gpid"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
|
|
|
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
|
|
|