Removes privacy poll, part5: database_changelog.txt

This commit is contained in:
MrStonedOne
2015-07-07 07:07:26 -07:00
parent 2c24e3385e
commit 2ff906a888

View File

@@ -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.)
----------------------------------------------------
----------------------------------------------------