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:
parent
bc8d265672
commit
cc339672b1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue