mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
015ead6e7b
Summary: No view engine yet (adding header image next), but adds subtitle to display like PhameBlog Test Plan: Add a subtitle, remove a subtitle. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D16871
2 lines
103 B
SQL
2 lines
103 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_post
|
|
ADD subtitle VARCHAR(64) NOT NULL COLLATE {$COLLATE_TEXT};
|