Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

 

I am in the process of removing the above contribution from my store and need to know what would be the correct sql query to put in to remove the one inserted with this contribution?

 

Here it is:

 

-- phpMyAdmin SQL Dump
-- version 2.6.1
-- http://www.phpmyadmin.net
-- 
-- Host: localhost
-- Generation Time: May 08, 2005 at 10:38 AM
-- Server version: 4.1.9
-- PHP Version: 4.3.10
-- 
-- Database: `catalogf`
-- 

-- --------------------------------------------------------

-- 
-- Table structure for table `products_extra_fields`
-- 

CREATE TABLE `products_extra_fields` (
 `products_extra_fields_id` int(11) NOT NULL auto_increment,
 `products_extra_fields_name` varchar(64) NOT NULL default '',
 `products_extra_fields_vendor` tinyint(2) NOT NULL default '0',
 `products_extra_fields_category` int(36) NOT NULL default '1',
 `products_extra_fields_type` varchar(12) NOT NULL default '',
 `products_extra_fields_order` int(3) NOT NULL default '0',
 `products_extra_fields_status` tinyint(1) NOT NULL default '1',
 PRIMARY KEY  (`products_extra_fields_id`)
) TYPE=MyISAM AUTO_INCREMENT=40;

-- 
-- --------------------------------------------------------

-- 
-- Table structure for table `products_to_products_extra_fields`
-- 

CREATE TABLE `products_to_products_extra_fields` (
 `products_id` int(11) NOT NULL default '0',
 `products_extra_fields_id` int(11) NOT NULL default '0',
 `products_extra_fields_value` text,
 PRIMARY KEY  (`products_id`,`products_extra_fields_id`)
) TYPE=MyISAM;

 

Many Thanks

D4

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...