Mineplex/mineplex-develop-9-seperated-files/Mineplex.ReportSite/sql/2-after-upgrade.sql
Daniel Waggner 38a20f98c2 Removed Files
These two directories contain code that was removed from the src and dependencies of the compiled files. They were removed due to being either a. unnecessary or b. a royal pain in my booty.
2021-05-23 18:13:37 -07:00

8 lines
300 B
SQL

/**
These queries should only be run once the report-v2 branch has been put fully into production.
This is because this query will break servers which run a version of the Mineplex software which doesn't include
the report-v2 branch.
*/
ALTER TABLE Account.accountPreferences DROP showUserReports;