Changeset 1376 for trunk/schemas

Show
Ignore:
Timestamp:
05/01/05 22:47:18 (4 years ago)
Author:
anarcat
Message:

retirer la base de rapports pendant que les rapports custom ne fonctionnent pas

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/schemas/mysql.sql

    r1362 r1376  
    99  KEY `day` (`day`) 
    1010) TYPE=MyISAM COMMENT='Hits and bandwith used by domains'; 
    11  
    12 CREATE TABLE `bw_stats` ( 
    13 `id` INT UNSIGNED NOT NULL AUTO_INCREMENT , 
    14 `uid` INT UNSIGNED NOT NULL, 
    15 `name` VARCHAR( 255 ) NOT NULL , 
    16 `params` TEXT NOT NULL AFTER `name`, 
    17 `ts` TIMESTAMP NOT NULL , 
    18 PRIMARY KEY ( `id` ) 
    19 ) COMMENT = 'guesed table structure';