Skip to content

Instantly share code, notes, and snippets.

@attilagyorffy
Created March 3, 2014 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save attilagyorffy/9321771 to your computer and use it in GitHub Desktop.
Save attilagyorffy/9321771 to your computer and use it in GitHub Desktop.
diff --git a/db/schema.rb b/db/schema.rb
index 335bfa2..267d4d2 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
-ActiveRecord::Schema.define(version: 20140225133701) do
+ActiveRecord::Schema.define(version: 20140224133936) do
create_table "application_options", force: true do |t|
t.string "cms_name"
@@ -191,13 +191,13 @@ ActiveRecord::Schema.define(version: 20140225133701) do
t.text "entry_requirements"
t.integer "application_option_id"
t.text "funding"
+ t.string "admissions_email"
+ t.string "admissions_telephone"
t.string "kis_course_id"
t.boolean "is_kis_course"
t.string "institution_code", limit: 4
- t.string "admissions_email"
- t.string "admissions_telephone"
- t.text "key_features"
t.string "ucas_tariff", limit: 3
+ t.text "key_features"
t.integer "placement_type"
end
@@ -253,7 +253,6 @@ ActiveRecord::Schema.define(version: 20140225133701) do
t.string "title"
t.datetime "created_at"
t.datetime "updated_at"
- t.boolean "photo_strip_display"
end
add_index "galleries", ["title"], name: "index_galleries_on_title", using: :btree
@@ -476,7 +475,6 @@ ActiveRecord::Schema.define(version: 20140225133701) do
create_table "staff_lists", force: true do |t|
t.integer "module_colour_id"
- t.boolean "photo_strip_display"
end
add_index "staff_lists", ["module_colour_id"], name: "index_staff_lists_on_module_colour_id", using: :btree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment