mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
9454060c29
Summary: - Add a default list of supported languages to default.conf.php and make the initial/default value customizable. - Store a '' in the database to infer the language from the filename/title. Test Plan: Tested in my sandbox with pygments enabled and disabled and various combinations of filename/extension/dropdown selection. Reviewers: epriestley CC: Differential Revision: 587
2 lines
No EOL
91 B
SQL
2 lines
No EOL
91 B
SQL
ALTER TABLE phabricator_pastebin.pastebin_paste
|
|
ADD COLUMN language VARCHAR(64) NOT NULL; |