harbor/make/migrations/postgresql/0130_2.10.0_schema.up.sql

3 lines
159 B
SQL

DROP TABLE IF EXISTS harbor_resource_label;
CREATE INDEX IF NOT EXISTS idx_artifact_accessory_subject_artifact_id ON artifact_accessory (subject_artifact_id);