git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12732 b9a71923-0436-4b27-9f14-aed3839534dd
11 lines
234 B
SQL
11 lines
234 B
SQL
SET NAMES 'utf8';
|
|
|
|
/* ##################################### */
|
|
/* STRUCTURE */
|
|
/* ##################################### */
|
|
|
|
DROP TABLE IF EXISTS PREFIX_product_picture;
|
|
|
|
/* PHP */
|
|
/* PHP:module_reinstall_blockmyaccount(); */;
|