/[PAMELA software]/YodaProfiler/docs/PAMELAProductionDB.sql
ViewVC logotype

Diff of /YodaProfiler/docs/PAMELAProductionDB.sql

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by mocchiut, Tue Oct 31 15:35:58 2006 UTC revision 1.7 by mocchiut, Tue Dec 5 12:23:15 2006 UTC
# Line 4  CREATE DATABASE dbname; Line 4  CREATE DATABASE dbname;
4    
5  USE dbname;  USE dbname;
6    
7    SET time_zone='+0:00';
8    
9  CREATE TABLE `_RUNID_GEN` (  CREATE TABLE `_RUNID_GEN` (
10    `ID` int(10) unsigned NOT NULL auto_increment,    `ID` int(10) unsigned NOT NULL auto_increment,
11    PRIMARY KEY  (`ID`)    PRIMARY KEY  (`ID`)
# Line 20  CREATE TABLE `GL_RAW` ( Line 22  CREATE TABLE `GL_RAW` (
22    KEY `PATH_index` (`PATH`)    KEY `PATH_index` (`PATH`)
23  ) ENGINE=InnoDB;  ) ENGINE=InnoDB;
24    
25    INSERT INTO GL_RAW VALUES(4294967295,'path to','level2 files',NULL,NULL);
26    
27  CREATE TABLE `GL_ROOT` (  CREATE TABLE `GL_ROOT` (
28    `ID` int(10) unsigned NOT NULL auto_increment,    `ID` int(10) unsigned NOT NULL auto_increment,
29    `ID_RAW` int(10) unsigned NOT NULL default '0',    `ID_RAW` int(10) unsigned NOT NULL default '0',

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23