Merge pull request #67 from jedmund/add-job-accessory-to-blueprint

Add job accessory boolean and type to output
This commit is contained in:
Justin Edmund 2023-01-30 04:09:12 -08:00 committed by GitHub
commit e13bc6f636
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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