installer/core/db/schema.rb in keppler-2.1.15 vs installer/core/db/schema.rb in keppler-2.1.16

- old
+ new

@@ -8,11 +8,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: 2018_11_13_122734) do +ActiveRecord::Schema.define(version: 2018_09_04_144238) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql" create_table "active_storage_attachments", force: :cascade do |t| @@ -197,16 +197,9 @@ t.string "field_ids" t.integer "position" t.datetime "deleted_at" t.datetime "created_at", null: false t.datetime "updated_at", null: false - end - - create_table "keppler_payments_settings", force: :cascade do |t| - t.string "mp_access_token" - t.string "stripe_login" - t.integer "position" - t.datetime "deleted_at" end create_table "meta_tags", force: :cascade do |t| t.string "title" t.text "description"