GX-Bug #60537 » refs__60537.patch
src/gambio_installer/sql/gm_gprint_cart_elements.sql (revision ) | ||
---|---|---|
6 | 6 |
`customers_id` int(10) unsigned DEFAULT NULL, |
7 | 7 |
`elements_value` text, |
8 | 8 |
`gm_gprint_uploads_id` int(10) unsigned DEFAULT NULL, |
9 |
PRIMARY KEY (`gm_gprint_cart_elements_id`), |
|
10 |
UNIQUE KEY `gm_gprint_uploads_id` (`gm_gprint_uploads_id`) |
|
9 |
PRIMARY KEY (`gm_gprint_cart_elements_id`) |
|
11 | 10 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8; |
src/gambio_updater/updates/v3.11.3.0/independent.sql (revision ) | ||
---|---|---|
1 |
ALTER TABLE gm_gprint_wishlist_elements DROP INDEX gm_gprint_uploads_id; |
|
2 |
ALTER TABLE gm_gprint_cart_elements DROP INDEX gm_gprint_uploads_id; |
src/gambio_installer/sql/gm_gprint_wishlist_elements.sql (revision ) | ||
---|---|---|
6 | 6 |
`customers_id` int(10) unsigned DEFAULT NULL, |
7 | 7 |
`elements_value` text, |
8 | 8 |
`gm_gprint_uploads_id` int(10) unsigned DEFAULT NULL, |
9 |
PRIMARY KEY (`gm_gprint_wishlist_elements_id`), |
|
10 |
UNIQUE KEY `gm_gprint_uploads_id` (`gm_gprint_uploads_id`) |
|
9 |
PRIMARY KEY (`gm_gprint_wishlist_elements_id`) |
|
11 | 10 |
) ENGINE=InnoDB DEFAULT CHARSET=utf8 ; |