installer/core/db/schema.rb in keppler-2.1.18 vs installer/core/db/schema.rb in keppler-2.1.19

- 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: 2019_03_25_153300) 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| @@ -58,10 +58,11 @@ create_table "appearances", force: :cascade do |t| t.string "image_background" t.string "theme_name" t.string "language" t.string "time_zone" + t.string "admin_code", default: "admin" t.string "setting_id" t.datetime "created_at", null: false t.datetime "updated_at", null: false t.index ["setting_id"], name: "index_appearances_on_setting_id" end @@ -109,40 +110,10 @@ 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_callback_functions", force: :cascade do |t| - t.string "name" - t.string "description" - 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_callback_functions_on_deleted_at" - end - - create_table "keppler_frontend_functions", force: :cascade do |t| - t.string "name" - t.text "description" - 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_functions_on_deleted_at" - end - - create_table "keppler_frontend_parameters", force: :cascade do |t| - t.string "name" - t.integer "position" - t.datetime "deleted_at" - t.string "function_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - t.index ["deleted_at"], name: "index_keppler_frontend_parameters_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 @@ -158,31 +129,10 @@ t.datetime "created_at", null: false t.datetime "updated_at", null: false t.index ["deleted_at"], name: "index_keppler_frontend_themes_on_deleted_at" end - create_table "keppler_frontend_view_callbacks", force: :cascade do |t| - t.string "name" - t.string "function_type" - t.integer "view_id" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false - end - - create_table "keppler_frontend_views", force: :cascade do |t| - t.string "name" - t.string "url" - t.string "method" - t.boolean "active" - t.string "format_result" - 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_views_on_deleted_at" - end - create_table "keppler_languages_fields", force: :cascade do |t| t.string "key" t.text "value" t.integer "language_id" t.integer "position" @@ -197,17 +147,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_testing_tests", force: :cascade do |t| - t.string "name" - t.integer "position" - t.datetime "deleted_at" - t.datetime "created_at" - t.datetime "updated_at" end create_table "meta_tags", force: :cascade do |t| t.string "title" t.text "description"