pastebin/migrations/2019-03-02-173641_add-html-language/up.sql

3 lines
108 B
MySQL
Raw Normal View History

2019-03-02 17:38:45 +00:00
INSERT INTO languages(priority, name, highlighter_mode, mime) VALUES
(10, 'HTML', 'html', 'text/html');