IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35502


Ignore:
Timestamp:
May 3, 2013, 1:41:20 PM (13 years ago)
Author:
eugene
Message:

set initial batch, box, client IDs to 1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/config/ippToPspsDbSchema.sql

    r35232 r35502  
    4848  `purged` tinyint(4) NOT NULL default '0',
    4949  PRIMARY KEY  (`batch_id`)
    50 ) ENGINE=InnoDB AUTO_INCREMENT=328286 DEFAULT CHARSET=latin1;
     50) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    5151SET character_set_client = @saved_cs_client;
    5252
     
    6969  KEY `fk_skychunk` (`skychunk`),
    7070  CONSTRAINT `fk_skychunk` FOREIGN KEY (`skychunk`) REFERENCES `skychunk` (`name`) ON DELETE CASCADE
    71 ) ENGINE=InnoDB AUTO_INCREMENT=44588 DEFAULT CHARSET=latin1;
     71) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    7272SET character_set_client = @saved_cs_client;
    7373
     
    9191  PRIMARY KEY  (`id`),
    9292  UNIQUE KEY `unique_key` (`host`,`pid`)
    93 ) ENGINE=InnoDB AUTO_INCREMENT=1227 DEFAULT CHARSET=latin1;
     93) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1;
    9494SET character_set_client = @saved_cs_client;
    9595
Note: See TracChangeset for help on using the changeset viewer.