Add job accessory boolean and type to output

This whole commit from before seems to have disappeared
This commit is contained in:
Justin Edmund 2023-01-30 04:08:45 -08:00
parent 0ae9b5ba6b
commit c0bc62acc2
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@ module Api
]
end
fields :granblue_id, :row, :ml, :order
fields :granblue_id, :row, :ml, :order, :accessory, :accessory_type
end
end
end

View file

@ -16,6 +16,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_30_114432) do
enable_extension "pg_trgm"
enable_extension "pgcrypto"
enable_extension "plpgsql"
enable_extension "timescaledb"
create_table "app_updates", primary_key: "updated_at", id: :datetime, force: :cascade do |t|
t.string "update_type", null: false