ezuser_discountrule table missing

ezuser_discountrule table missing

Thursday 07 July 2005 7:40:32 am - 1 reply

Author Message

Ɓukasz Serwatka

Friday 22 July 2005 3:33:46 am

You can restore your table structure executing SQL code.

From eZ publish 3.6 distro

CREATE TABLE `ezuser_discountrule` (
  `contentobject_id` int(11) default NULL,
  `discountrule_id` int(11) default NULL,
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.