Sorta need this file.

This commit is contained in:
epriestley
2011-03-20 17:55:31 -07:00
parent afe0079819
commit e1d68e852a

View File

@@ -0,0 +1,7 @@
CREATE TABLE phabricator_repository.`repository_summary` (
`repositoryID` int(10) unsigned NOT NULL,
`size` int(10) unsigned NOT NULL,
`lastCommitID` int(10) unsigned NOT NULL,
`epoch` int(10) unsigned DEFAULT NULL,
PRIMARY KEY (`repositoryID`)
);