From 371da73615a8a9fc338578538e608c8ab5668f85 Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Wed, 28 Feb 2024 17:20:43 -0800 Subject: [PATCH] Revert "Oops, add `AltStyle#series_name` db change to schema" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cc339672b13d9a83fda4c83e7d35a0f6329f0bb1. Oh, wait, no, the state the schema file was in *was* correct. I'm not sure why… huh ok, I need to debug my local state. --- db/schema.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/schema.rb b/db/schema.rb index d7bef845..d066d8d0 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -17,7 +17,7 @@ ActiveRecord::Schema[7.1].define(version: 2024_02_27_233743) do t.integer "body_id", null: false t.datetime "created_at", precision: nil, null: false t.datetime "updated_at", precision: nil, null: false - t.string "series_name", default: "", null: false + t.string "series_name" t.index ["color_id"], name: "index_alt_styles_on_color_id" t.index ["species_id"], name: "index_alt_styles_on_species_id" end