mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
8370f93048
Summary: This isn't terribly elegant but it solves the problem without loss of generality. We can pursue a more finessed solution later if it seems prudent. Test Plan: Created a revision matched by a blanket herald rule, and then commented on it. Comment email had X-Herald-Rules header in it. Reviewed By: aran Reviewers: aran, tuomaspelkonen, jungejason CC: aran Differential Revision: 218
4 lines
No EOL
148 B
SQL
4 lines
No EOL
148 B
SQL
CREATE TABLE phabricator_herald.herald_savedheader (
|
|
phid varchar(64) binary not null primary key,
|
|
header varchar(255) not null
|
|
) ENGINE=InnoDB; |