installer/core/db/schema.rb in keppler-2.1.20 vs installer/core/db/schema.rb in keppler-2.1.21
- 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_09_04_144238) do
+ActiveRecord::Schema.define(version: 2019_06_03_011323) 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|
@@ -108,18 +108,9 @@
t.integer "position"
t.datetime "deleted_at"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.index ["deleted_at"], name: "index_keppler_capsules_capsules_on_deleted_at"
- end
-
- create_table "keppler_frontend_partials", force: :cascade do |t|
- t.string "name"
- t.integer "position"
- t.datetime "deleted_at"
- t.datetime "created_at", null: false
- t.datetime "updated_at", null: false
- t.index ["deleted_at"], name: "index_keppler_frontend_partials_on_deleted_at"
end
create_table "keppler_frontend_themes", force: :cascade do |t|
t.string "name"
t.boolean "active"