Page MenuHomePhabricator

075.revisionhash.sql
No OneTemporary

075.revisionhash.sql

CREATE TABLE {$NAMESPACE}_differential.differential_revisionhash (
revisionID INT UNSIGNED NOT NULL,
type CHAR(4) BINARY NOT NULL,
hash VARCHAR(40) BINARY NOT NULL,
KEY (type, hash),
KEY (revisionID)
) ENGINE=InnoDB;

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 19, 12:00 AM (1 d, 8 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8241488
Default Alt Text
075.revisionhash.sql (227 B)

Event Timeline