mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-17 22:06:02 +01:00
output_processor/postgres: Fix out of range for hostid
Change the field type of `hostid` as part of `TargetInfo` from `Int` to Bigint to prevent some ids from exceeding the maximum value.
This commit is contained in:
wa/commands
@ -0,0 +1 @@
|
||||
ALTER TABLE targets ALTER hostid TYPE BIGINT;
|
Reference in New Issue
Block a user