2016 design

This commit is contained in:
Godwin
2016-05-09 21:45:23 -07:00
parent 48ed91e24c
commit 5d25e09bc4
190 changed files with 4665 additions and 1289 deletions
@@ -0,0 +1,5 @@
class AddStatusToOrganizations < ActiveRecord::Migration
def change
add_column :organizations, :status, :string
end
end
+3 -2
View File
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20150927010559) do
ActiveRecord::Schema.define(version: 20160304021005) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@@ -188,7 +188,7 @@ ActiveRecord::Schema.define(version: 20150927010559) do
t.datetime "created_at"
t.datetime "updated_at"
t.integer "event_location_id"
t.string "type"
t.string "event_type"
end
create_table "locations", force: :cascade do |t|
@@ -243,6 +243,7 @@ ActiveRecord::Schema.define(version: 20150927010559) do
t.string "phone"
t.integer "organization_status_id"
t.integer "cover_attribution_user_id"
t.string "status"
end
create_table "registration_form_fields", force: :cascade do |t|