/[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.7 by mocchiut, Tue Dec 5 12:23:15 2006 UTC revision 1.8 by mocchiut, Wed Dec 6 06:52:57 2006 UTC
# Line 22  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);  INSERT INTO GL_RAW VALUES(0,'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,

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

  ViewVC Help
Powered by ViewVC 1.1.23