mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
79c6b50049
Summary: Just deletes the view code until I have time to better plan this out, or just not ship. Test Plan: Visit Phame post on public logged out page, view count doesnt cause transaction fatal. Reviewers: epriestley Reviewed By: epriestley Spies: Korvin Differential Revision: https://secure.phabricator.com/D18475
2 lines
63 B
SQL
2 lines
63 B
SQL
ALTER TABLE {$NAMESPACE}_phame.phame_post
|
|
DROP COLUMN views;
|