#1284 closed Bug/Fehler (fixed)
database-design: Kein Primary-Key auf Table products_tags
Reported by: | webald | Owned by: | somebody |
---|---|---|---|
Priority: | normal | Milestone: | modified-shop-2.0.5.0 |
Component: | Shop | Version: | 2.0.3.0 |
Description
Warum ist da kein unique oder primary-key auf der Tabelle products_tags?
ALTER TABLE `products_tags` ADD UNIQUE( `products_id`, `options_id`, `values_id`, `products_options_id`);
sollte funktionieren.
Attachments (0)
Change History (5)
comment:1 Changed 3 years ago by Tomcraft
- Milestone modified-shop-2.0.4.0 deleted
comment:2 Changed 20 months ago by Tomcraft
- Milestone set to modified-shop-2.0.5.0
comment:3 Changed 20 months ago by GTB
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 20 months ago by Tomcraft
In 11820:
comment:5 Changed 19 months ago by Tomcraft
In 12059:
Note: See
TracTickets for help on using
tickets.
In 11814: