mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-19 06:41:37 +00:00
* Initial Commit - Async SQL * First batch of queries * More progress * Nukes DB Polls * More work * oops * One push * Notes work now * Ok these work * Watchlist done * Async Bans! * Async Permissions * Async client procs * I officially hate preference datums * Also these * Async Custom Items * Async Karma * Async Library * Async TOS * Cleans out the old SQL code * CI Sanity * Apparently MySQL doesnt support this * What about this * Maybe this * Review pass 1 * This too * Fixes job ban loading * Fix undeleted queries * Prevents sensitive queries being logged * Documentation + tweaks * Adds a verb to force reconnect the DB * More review tweaks * Farie tweaks * Fixes this
6 lines
198 B
SQL
6 lines
198 B
SQL
# Updating DB from 14-15, -AffectedArc07
|
|
# Removes player poll tables which were never used
|
|
DROP TABLE `poll_option`;
|
|
DROP TABLE `poll_question`;
|
|
DROP TABLE `poll_textreply`;
|
|
DROP TABLE `poll_vote`; |