spec/dummy/db/schema.rb in pageflow-chart-0.1.1 vs spec/dummy/db/schema.rb in pageflow-chart-0.2.0

- old
+ new

@@ -9,11 +9,11 @@ # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20140417112724) do +ActiveRecord::Schema.define(version: 20160211085234) do create_table "pageflow_chart_scraped_sites", force: true do |t| t.string "url" t.string "state" t.string "html_file_file_name" @@ -32,8 +32,9 @@ t.string "csv_file_content_type" t.integer "csv_file_file_size" t.datetime "csv_file_updated_at" t.datetime "created_at" t.datetime "updated_at" + t.boolean "use_custom_theme", default: true, null: false end end