mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Removes privacy poll, part5: database_changelog.txt
This commit is contained in:
@@ -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.)
|
||||
|
||||
----------------------------------------------------
|
||||
----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user