| 
	Rank: Advanced Member
 Groups: Developers
Joined: 11/7/2018(UTC)
 Posts: 312
 
 Thanks: 21 timesWas thanked: 6 time(s) in 6 post(s)
 
 | 
            
		      
                In both cases, it was TinyInt. They were both old databases, I think one or both started out as AC7. Hopefully, you will have more people upgrading old sites and they might run into this issue. | 
    | 
             | 
            
         | 
    |  | 
        
        
        
            
        
            
            
    | 
	Rank: Advanced Member
 Groups: Developers
Joined: 11/7/2018(UTC)
 Posts: 312
 
 Thanks: 21 timesWas thanked: 6 time(s) in 6 post(s)
 
 | 
            
		      
                It was smallint and I must have said tinyint from looking at the CatalogNodeTypeId
 I checked into an AC 10152 install and in AbleCommerce.sql, code is:
 create table "ac_CatalogNodes" (
 "CategoryId" int not null,
 "CatalogNodeId" int not null,
 "CatalogNodeTypeId" tinyint not null,
 "OrderBy" smallint default 0 not null) ON 'PRIMARY'
 
 In AbleCommerce2000.sql, code is:
 create table "ac_CatalogNodes" (
 "CategoryId" int not null,
 "CatalogNodeId" int not null,
 "CatalogNodeTypeId" tinyint not null,
 "OrderBy" smallint default 0 not null) ON 'PRIMARY'
 
 
 
 
 | 
    | 
             | 
            
         | 
    |  | 
        
        
        
    
                           
	
    
        Forum Jump
         
	
    
    You cannot post new topics in this forum.
	
	You cannot reply to topics in this forum.
	
	You cannot delete your posts in this forum.
	
	You cannot edit your posts in this forum.
	
	You cannot create polls in this forum.
	
	You cannot vote in polls in this forum.
	
	
    
    
        Important Information:
        The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
        
        
More Details
        Close