|
|
@ -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 => 20160111065530) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20160111080914) 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
|
|
|
@ -1415,6 +1415,7 @@ ActiveRecord::Schema.define(:version => 20160111065530) do
|
|
|
|
t.integer "attachments_count", :default => 0
|
|
|
|
t.integer "attachments_count", :default => 0
|
|
|
|
t.integer "boards_count", :default => 0
|
|
|
|
t.integer "boards_count", :default => 0
|
|
|
|
t.integer "news_count", :default => 0
|
|
|
|
t.integer "news_count", :default => 0
|
|
|
|
|
|
|
|
t.integer "acts_count", :default => 0
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
|
|
|
add_index "projects", ["lft"], :name => "index_projects_on_lft"
|
|
|
|