Update schema.rb
This commit is contained in:
parent
e0c38a60ba
commit
36b706882d
1 changed files with 1 additions and 0 deletions
|
|
@ -495,6 +495,7 @@ ActiveRecord::Schema[8.0].define(version: 2025_02_18_025315) do
|
|||
t.date "transcendence_date"
|
||||
t.string "recruits"
|
||||
t.integer "series"
|
||||
t.integer "new_series"
|
||||
t.index ["granblue_id"], name: "index_weapons_on_granblue_id"
|
||||
t.index ["name_en"], name: "index_weapons_on_name_en", opclass: :gin_trgm_ops, using: :gin
|
||||
t.index ["recruits"], name: "index_weapons_on_recruits"
|
||||
|
|
|
|||
Loading…
Reference in a new issue