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:
parent
cc339672b1
commit
371da73615
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", 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
|
||||
|
|
Loading…
Reference in a new issue