Skip to content

Commit 9516f11

Browse files
author
gitlab
committed
Merge branch 'fix/ZSTAC-75319-migration' into '5.5.12'
<fix>[gpu]: add normalizedModelName migration SQL See merge request zstackio/zstack!9218
2 parents 4449936 + 2a4e85a commit 9516f11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- ZSTAC-75319: Add normalizedModelName column for GPU spec dedup
2+
CALL ADD_COLUMN('GpuDeviceSpecVO', 'normalizedModelName', 'VARCHAR(255)', 1, NULL);
3+
CALL CREATE_INDEX('GpuDeviceSpecVO', 'idx_gpu_spec_normalized_model', 'normalizedModelName');

0 commit comments

Comments
 (0)