mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 13:41:24 +00:00
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;
|