mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
c8977d580e
Summary: Drops the sql column. Test Plan: View logged in and logged out badges, edited some too. Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D13715
2 lines
71 B
SQL
2 lines
71 B
SQL
ALTER TABLE {$NAMESPACE}_badges.badges_badge
|
|
DROP COLUMN viewPolicy;
|