Changeset 11373

Show
Ignore:
Timestamp:
07/28/07 12:45:06 (1 year ago)
Author:
piotras
Message:

Added columns to cache table

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midgard/data/midgard/empty.sql

    r9147 r11373  
    1 # MySQL dump 8.12 
    2 # 
    3 # Host: localhost    Database: midgard 
    4 #-------------------------------------------------------- 
    5 # Server version        3.23.31 
    6  
    71# 
    82# Table structure for table 'article' 
     
    446440   id int DEFAULT '0' NOT NULL, 
    447441   type int DEFAULT '0' NOT NULL, 
     442   host int DEFAULT '0' NOT NULL, 
    448443   page int DEFAULT '0' NOT NULL, 
    449444   sitegroup int DEFAULT '0' NOT NULL, 
    450445   style int DEFAULT '0' NOT NULL, 
     446   lang int DEFAULT '0' NOT NULL, 
    451447   PRIMARY KEY (page,type,style,id) 
    452448);