From b6a50ec1caa40379d1fd97fcb1bcdbc9f0a192f3 Mon Sep 17 00:00:00 2001 From: Daniel Goc Date: Wed, 11 Mar 2026 13:46:08 +0100 Subject: [PATCH] you won't believe it... --- i18n/migrations/20260302163100_routes.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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