Page MenuHomePhabricator

074.affectedpath.sql
No OneTemporary

074.affectedpath.sql

CREATE TABLE {$NAMESPACE}_differential.differential_affectedpath (
repositoryID INT UNSIGNED NOT NULL,
pathID INT UNSIGNED NOT NULL,
epoch INT UNSIGNED NOT NULL,
KEY (repositoryID, pathID, epoch),
revisionID INT UNSIGNED NOT NULL,
KEY (revisionID)
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 19, 9:25 PM (10 h, 38 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8183014
Default Alt Text
074.affectedpath.sql (277 B)

Event Timeline