you won't believe it...

This commit is contained in:
Daniel Goc
2026-03-11 13:46:08 +01:00
parent b610e46bd5
commit b6a50ec1ca

View File

@@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS b2b_tracker_routes (
is_active BOOLEAN DEFAULT TRUE, is_active BOOLEAN DEFAULT TRUE,
sort_order INT DEFAULT 0, sort_order INT DEFAULT 0,
parent_id INT NULL parent_id INT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
ALTER TABLE b2b_tracker_routes ALTER TABLE b2b_tracker_routes
ADD CONSTRAINT fk_parent ADD CONSTRAINT fk_parent