1
0
Fork 0
forked from OpenNeo/impress

Revert "Oops, add AltStyle#series_name db change to schema"

This reverts commit cc339672b1.

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.
This commit is contained in:
Emi Matchu 2024-02-28 17:20:43 -08:00
parent cc339672b1
commit 371da73615

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", default: "<New?>", 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