mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-18 06:16:05 +01:00
commands/postgres: Upgrade the data base schema to v1.3
Upgrade the database schema to reflect the additions of directory artifacts and the missing TargetInfo property.
This commit is contained in:
wa/commands
@ -0,0 +1,3 @@
|
||||
ALTER TABLE targets ADD COLUMN system_id text;
|
||||
|
||||
ALTER TABLE artifacts ADD COLUMN is_dir boolean;
|
Reference in New Issue
Block a user