phpBMS

Changeset 650 for trunk/phpbms/modules

Show
Ignore:
Timestamp:
10/08/09 13:35:27 (3 years ago)
Author:
nate
Message:
  • Fix sql in system update concerning products and productcategories ( gave productcategories' tabledef a specific uuid and a prefix ).
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/bms/install/updatev0.98.sql

    r628 r650  
    493493    `id`='6'; 
    494494UPDATE `tabledefs` SET 
     495    `uuid` = 'tbld:3342a3d4-c6a2-3a38-6576-419299859561', 
     496    `prefix` = 'pcat' 
     497WHERE 
     498    `id`='7'; 
     499UPDATE `tabledefs` SET 
    495500    `uuid`='tbld:8179e105-5487-5173-d835-d9d510cc7f1b', 
    496501    `querytable` = '(prerequisites LEFT JOIN `products` ON prerequisites.parentid=products.uuid) LEFT JOiN products AS childproducts on prerequisites.childid=childproducts.uuid' 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.