diff --git a/i18n/migrations/20260302163100_routes.sql b/i18n/migrations/20260302163100_routes.sql index ba9e734..6369d6a 100644 --- a/i18n/migrations/20260302163100_routes.sql +++ b/i18n/migrations/20260302163100_routes.sql @@ -10,7 +10,7 @@ CREATE TABLE IF NOT EXISTS b2b_tracker_routes ( is_active BOOLEAN DEFAULT TRUE, sort_order INT DEFAULT 0, parent_id INT NULL -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; ALTER TABLE b2b_tracker_routes ADD CONSTRAINT fk_parent