Page MenuHomestyx hydra

009.repo_summary.sql
No OneTemporary

009.repo_summary.sql

CREATE TABLE {$NAMESPACE}_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`)
);

File Metadata

Mime Type
text/plain
Expires
Tue, May 26, 9:39 PM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1551440
Default Alt Text
009.repo_summary.sql (258 B)

Event Timeline