spec/dummy/db/schema.rb in writefully-0.4.10 vs spec/dummy/db/schema.rb in writefully-0.5.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: 20140403181629) do +ActiveRecord::Schema.define(version: 20140501094825) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" enable_extension "hstore" @@ -39,9 +39,10 @@ t.integer "translation_source_id" t.integer "site_id" t.integer "authorship_id" t.datetime "created_at" t.datetime "updated_at" + t.boolean "trashed", default: false end add_index "writefully_posts", ["authorship_id"], name: "index_writefully_posts_on_authorship_id", using: :btree add_index "writefully_posts", ["site_id"], name: "index_writefully_posts_on_site_id", using: :btree add_index "writefully_posts", ["slug"], name: "index_writefully_posts_on_slug", unique: true, using: :btree