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:
parent
afe0079819
commit
e1d68e852a
1 changed files with 7 additions and 0 deletions
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`)
|
||||
);
|
Loading…
Reference in a new issue