From 2ff906a888165e0955966935ba245f014105e437 Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Tue, 7 Jul 2015 07:07:26 -0700 Subject: [PATCH] Removes privacy poll, part5: database_changelog.txt --- SQL/database_changelog.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 +----------------------------------------------------