1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

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`)
);