Changeset 35502
- Timestamp:
- May 3, 2013, 1:41:20 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/config/ippToPspsDbSchema.sql (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/config/ippToPspsDbSchema.sql
r35232 r35502 48 48 `purged` tinyint(4) NOT NULL default '0', 49 49 PRIMARY KEY (`batch_id`) 50 ) ENGINE=InnoDB AUTO_INCREMENT= 328286DEFAULT CHARSET=latin1;50 ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1; 51 51 SET character_set_client = @saved_cs_client; 52 52 … … 69 69 KEY `fk_skychunk` (`skychunk`), 70 70 CONSTRAINT `fk_skychunk` FOREIGN KEY (`skychunk`) REFERENCES `skychunk` (`name`) ON DELETE CASCADE 71 ) ENGINE=InnoDB AUTO_INCREMENT= 44588DEFAULT CHARSET=latin1;71 ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1; 72 72 SET character_set_client = @saved_cs_client; 73 73 … … 91 91 PRIMARY KEY (`id`), 92 92 UNIQUE KEY `unique_key` (`host`,`pid`) 93 ) ENGINE=InnoDB AUTO_INCREMENT=1 227DEFAULT CHARSET=latin1;93 ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=latin1; 94 94 SET character_set_client = @saved_cs_client; 95 95
Note:
See TracChangeset
for help on using the changeset viewer.
