diff --git a/SQL/database_changelog.txt b/SQL/database_changelog.txt index e1fc7d826f4..e75ec546930 100644 --- a/SQL/database_changelog.txt +++ b/SQL/database_changelog.txt @@ -1,3 +1,11 @@ +7 July 2015, by MrStonedOne + +Removed the privacy poll and related table. Existing codebases may safely delete the privacy table after updating: + +DROP TABLE `privacy`; + +-------------------------------------------------- + 19 May 2015, by Jordie0608 Added new table 'watch' for use in flagging ckeys. It shouldn't ever exist, but also added command to de-erroize this new table just in case someone does make it like that. @@ -36,4 +44,4 @@ UPDATE erro_library SET deleted = 1 WHERE id = someid (Replace someid with the id of the book you want to soft delete.) ----------------------------------------------------- \ No newline at end of file +----------------------------------------------------