|
|
@ -11,11 +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.
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150305081132) do
|
|
|
|
ActiveRecord::Schema.define(:version => 20150305081132) do
|
|
|
|
=======
|
|
|
|
|
|
|
|
ActiveRecord::Schema.define(:version => 20150305011359) do
|
|
|
|
|
|
|
|
>>>>>>> 001b8bb1120fadea713d280e7d5bbabf7f5e57b8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
@ -819,19 +815,18 @@ ActiveRecord::Schema.define(:version => 20150305011359) do
|
|
|
|
t.integer "project_id"
|
|
|
|
t.integer "project_id"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
|
|
|
|
create_table "phone_app_versions", :force => true do |t|
|
|
|
|
|
|
|
|
t.string "version"
|
|
|
|
|
|
|
|
t.text "description"
|
|
|
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
create_table "organizations", :force => true do |t|
|
|
|
|
create_table "organizations", :force => true do |t|
|
|
|
|
t.string "name"
|
|
|
|
t.string "name"
|
|
|
|
t.string "logo_link"
|
|
|
|
t.string "logo_link"
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
>>>>>>> 001b8bb1120fadea713d280e7d5bbabf7f5e57b8
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
create_table "phone_app_versions", :force => true do |t|
|
|
|
|
|
|
|
|
t.string "version"
|
|
|
|
|
|
|
|
t.text "description"
|
|
|
|
|
|
|
|
t.datetime "created_at", :null => false
|
|
|
|
|
|
|
|
t.datetime "updated_at", :null => false
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
create_table "poll_answers", :force => true do |t|
|
|
|
|
create_table "poll_answers", :force => true do |t|
|
|
|
|