mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 04:21:17 +00:00
e915436661
Upgrade the database schema to reflect the additions of directory artifacts and the missing TargetInfo property.
4 lines
97 B
SQL
4 lines
97 B
SQL
ALTER TABLE targets ADD COLUMN system_id text;
|
|
|
|
ALTER TABLE artifacts ADD COLUMN is_dir boolean;
|