From 91bec40539b11b2ee44a9fbe3451e5523a71adc5 Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Sun, 14 Jan 2024 17:01:34 +0100 Subject: [PATCH] delete schema.rb --- test/dummy_app/db/schema.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 test/dummy_app/db/schema.rb diff --git a/test/dummy_app/db/schema.rb b/test/dummy_app/db/schema.rb deleted file mode 100644 index d4a2a0c..0000000 --- a/test/dummy_app/db/schema.rb +++ /dev/null @@ -1,14 +0,0 @@ -# This file is auto-generated from the current state of the database. Instead -# of editing this file, please use the migrations feature of Active Record to -# incrementally modify your database, and then regenerate this schema definition. -# -# This file is the source Rails uses to define your schema when running `bin/rails -# db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to -# be faster and is potentially less error prone than running all of your -# migrations from scratch. Old migrations may fail to apply correctly if those -# migrations use external dependencies or application code. -# -# It's strongly recommended that you check this file into your version control system. - -ActiveRecord::Schema[7.1].define(version: 0) do -end