Oops, add AltStyle#series_name db change to schema

Did we end up behind on this migration in development? Idk! Weird! I'm
doing other migration stuff now and noticing this change slipping in
and I'm like. Huh! You should've already been there!
This commit is contained in:
Emi Matchu 2024-02-28 15:53:48 -08:00
parent bc8d265672
commit cc339672b1

View file

@ -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"
t.string "series_name", default: "<New?>", null: false
t.index ["color_id"], name: "index_alt_styles_on_color_id"
t.index ["species_id"], name: "index_alt_styles_on_species_id"
end