1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-04 04:12:42 +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:
Marc Bonnici
2019-10-23 14:14:12 +01:00
committed by setrofim
parent 7ebbb05934
commit e9839d52c4
3 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE targets ALTER hostid TYPE BIGINT;