Skip to content

Commit

Permalink
Rollback dummy migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPasquale committed Mar 11, 2025
1 parent 619a3a3 commit a402b3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
11 changes: 0 additions & 11 deletions db/migrate/20250311152434_create_dummy_table.rb

This file was deleted.

7 changes: 1 addition & 6 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[8.0].define(version: 2025_03_11_152434) do
ActiveRecord::Schema[8.0].define(version: 2024_01_09_165800) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"

Expand Down Expand Up @@ -76,11 +76,6 @@
t.index ["priority", "run_at"], name: "delayed_jobs_priority"
end

create_table "dummy_tables", force: :cascade do |t|
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
end

create_table "flipper_features", force: :cascade do |t|
t.string "key", null: false
t.datetime "created_at", null: false
Expand Down

0 comments on commit a402b3c

Please sign in to comment.