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, Apr 28, 7:59 PM (2 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1070193
Default Alt Text
009.repo_summary.sql (259 B)

Event Timeline