Sorta need this file.
This commit is contained in:
7
resources/sql/patches/009.repo_summary.sql
Normal file
7
resources/sql/patches/009.repo_summary.sql
Normal 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`)
|
||||
);
|
||||
Reference in New Issue
Block a user