diff --git a/resources/sql/patches/009.repo_summary.sql b/resources/sql/patches/009.repo_summary.sql new file mode 100644 index 0000000000..5f767c4e29 --- /dev/null +++ b/resources/sql/patches/009.repo_summary.sql @@ -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`) +); \ No newline at end of file