mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
f7fe75f756
Summary: Added long waited image macro support for differential and others. Test Plan: Tried a couple of different macros and made sure they appear nicely in the comment preview. Made sure that the normal comments are shown correctly. Reviewed By: epriestley Reviewers: epriestley CC: jungejason, tuomaspelkonen, epriestley Differential Revision: 129
5 lines
191 B
SQL
5 lines
191 B
SQL
CREATE TABLE phabricator_file.`file_imagemacro` (
|
|
`id` int unsigned NOT NULL auto_increment PRIMARY KEY,
|
|
`filePHID` varchar(64) NOT NULL,
|
|
`name` varchar(255) NOT NULL
|
|
);
|