/[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.6 by mocchiut, Thu Nov 9 16:47:46 2006 UTC revision 1.7 by mocchiut, Tue Dec 5 12:23:15 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);
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.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.23