Merge pull request #67 from jedmund/add-job-accessory-to-blueprint
Add job accessory boolean and type to output
This commit is contained in:
commit
e13bc6f636
2 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ module Api
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
fields :granblue_id, :row, :ml, :order
|
fields :granblue_id, :row, :ml, :order, :accessory, :accessory_type
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ ActiveRecord::Schema[7.0].define(version: 2023_01_30_114432) do
|
||||||
enable_extension "pg_trgm"
|
enable_extension "pg_trgm"
|
||||||
enable_extension "pgcrypto"
|
enable_extension "pgcrypto"
|
||||||
enable_extension "plpgsql"
|
enable_extension "plpgsql"
|
||||||
|
enable_extension "timescaledb"
|
||||||
|
|
||||||
create_table "app_updates", primary_key: "updated_at", id: :datetime, force: :cascade do |t|
|
create_table "app_updates", primary_key: "updated_at", id: :datetime, force: :cascade do |t|
|
||||||
t.string "update_type", null: false
|
t.string "update_type", null: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue