Skip to content

Commit

Permalink
feat: add new column in order_detail table for multicarrier
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulainMaxime committed Jan 31, 2025
1 parent 1fc6e7c commit 21860c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-dev/data/db_structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3032,3 +3032,6 @@ CREATE TABLE `PREFIX_access` (
KEY `IDX_564352A15FCA037F` (`id_profile`),
KEY `IDX_564352A18C6DE0E5` (`id_authorization_role`)
) ENGINE=ENGINE_TYPE DEFAULT CHARSET=utf8mb4 COLLATION;

/* Here we doing some stuff for multicarrier */
ALTER TABLE `PREFIX_order_detail` ADD `id_order_carrier` INT(10) UNSIGNED DEFAULT NULL AFTER `id_order`;

0 comments on commit 21860c8

Please sign in to comment.