@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
at recaptime-dev/main 6 lines 225 B view raw
1CREATE TABLE {$NAMESPACE}_file.file_proxyimage ( 2 id int unsigned not null primary key auto_increment, 3 uri varchar(255) COLLATE `binary` not null, 4 unique key(uri), 5 filePHID varchar(64) binary not null 6) ENGINE=InnoDB;