Changeset View
Changeset View
Standalone View
Standalone View
resources/sql/patches/009.repo_summary.sql
| CREATE TABLE {$NAMESPACE}_repository.`repository_summary` ( | CREATE TABLE {$NAMESPACE}_repository.`repository_summary` ( | ||||
| `repositoryID` int(10) unsigned NOT NULL, | `repositoryID` int(10) unsigned NOT NULL, | ||||
| `size` int(10) unsigned NOT NULL, | `size` int(10) unsigned NOT NULL, | ||||
| `lastCommitID` int(10) unsigned NOT NULL, | `lastCommitID` int(10) unsigned NOT NULL, | ||||
| `epoch` int(10) unsigned DEFAULT NULL, | `epoch` int(10) unsigned DEFAULT NULL, | ||||
| PRIMARY KEY (`repositoryID`) | PRIMARY KEY (`repositoryID`) | ||||
| ); | ); | ||||
| No newline at end of file | |||||