|
|
@ -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 => 20151218110033) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20151222072758) 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
|
|
|
@ -1196,6 +1196,14 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
t.datetime "created_at"
|
|
|
|
t.datetime "created_at"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create_table "org_subfield_boards", :force => true do |t|
|
|
|
|
|
|
|
|
t.integer "org_subfield_id"
|
|
|
|
|
|
|
|
t.integer "board_id"
|
|
|
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
|
|
|
t.string "board_type"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "org_subfields", :force => true do |t|
|
|
|
|
create_table "org_subfields", :force => true do |t|
|
|
|
|
t.integer "organization_id"
|
|
|
|
t.integer "organization_id"
|
|
|
|
t.integer "priority"
|
|
|
|
t.integer "priority"
|
|
|
@ -1634,6 +1642,10 @@ ActiveRecord::Schema.define(:version => 20151218110033) do
|
|
|
|
t.string "extra"
|
|
|
|
t.string "extra"
|
|
|
|
end
|
|
|
|
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|
|
|
|
|
create_table "time_entries", :force => true do |t|
|
|
|
|
t.integer "project_id", :null => false
|
|
|
|
t.integer "project_id", :null => false
|
|
|
|
t.integer "user_id", :null => false
|
|
|
|
t.integer "user_id", :null => false
|
|
|
|