Quick Search:

Mode

Context

Displaying 3 lines of context. None | Less | More | Full

Other Diffs

Ignore

Blank Lines Whitespace:

Diff

963
 
971
 
971
 
oscommerce.sql
_> 1 -# $Id: oscommerce.sql 963 2006-08-31 23:41:20Z hpdl $
   1+# $Id: oscommerce.sql 971 2006-09-01 12:25:15Z hpdl $
22 #
  33 # osCommerce, Open Source E-Commerce Solutions
  44 # http://www.oscommerce.com
     
 !
485485 
  486486 DROP TABLE IF EXISTS osc_products_images_groups;
  487487 CREATE TABLE osc_products_images_groups (
<> 488 -  id int NOT NULL auto_increment,
   488+  id int NOT NULL,
<_ 489489   language_id int NOT NULL,
  490490   title varchar(255) not null,
  491491   code varchar(32) not null,