Skip to content
Snippets Groups Projects
Verified Commit 28ffe80a authored by Timm Fitschen's avatar Timm Fitschen
Browse files

PIPELINE

parent 52aa8852
No related branches found
No related tags found
3 merge requests!17Release 6.0,!15External String IDs,!11DRAFT: file system cleanup
Pipeline #41940 passed with warnings
......@@ -53,6 +53,6 @@ INSERT INTO entity_ids (id, internal_id) SELECT id, id FROM entities WHERE id>0
ALTER TABLE transaction_log MODIFY COLUMN `entity_id` VARCHAR(255) COLLATE utf8mb4_bin NOT NULL;
ALTER TABLE user_info DROP CONSTRAINT `subjects_ibfk_1`;
ALTER TABLE user_info DROP FOREIGN KEY `subjects_ibfk_1`;
ALTER TABle user_info MODIFY COLUMN `entity` VARCHAR(255) COLLATE utf8mb4_bin DEFAULT NULL;
ALTER TABLE user_info ADD CONSTRAINT `subjects_ibfk_2` FOREIGN KEY (`entity`) REFERENCES `entity_ids` (`id`);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment