fix merge problems

This commit is contained in:
Michael Hoennig 2024-09-16 15:43:58 +02:00
parent 823725f57d
commit 83949ac7b5

View File

@ -40,7 +40,7 @@ ALTER TABLE hs_hosting_asset_legacy_id
--changeset hs-hosting-asset-MIGRATION-insert:1 endDelimiter:--//
-- ----------------------------------------------------------------------------
CALL defineContext('schema-migration');
CALL base.defineContext('schema-migration');
INSERT INTO hs_hosting_asset_legacy_id(uuid, legacy_id)
SELECT uuid, nextVal('hs_hosting_asset_legacy_id_seq') FROM hs_hosting_asset;
--/