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
Fri, Nov 21, 3:05 PM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
353239
Default Alt Text
009.repo_summary.sql (259 B)

Event Timeline