mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Annihilates the blackbox (#15132)
* Lets get this show on the road
* Now were talking
* These matter
* Oh the joys of CI testing
* And this
* Wrong version
* Tweaks
* More tweaks
* Lets document this
* This too
* Upgrades this
* Fixed some sanity issues
* This too
* Screw it, this too
* More sanity
* And these
* This too
* Documentation
* This too
* Fixes **awful** scoreboard logic
* Why do we care about only half-absorbing someone
* Revert "Why do we care about only half-absorbing someone"
This reverts commit 8de1cfdf05.
* Refactors these
* Hashing
* Moxian tweaks
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Updating DB from 18-19, -AffectedArc07
|
||||
# Finalises feedback2
|
||||
|
||||
# Drop old feedback table
|
||||
DROP TABLE `feedback`;
|
||||
|
||||
# Rename feedback_2 to feedback
|
||||
RENAME TABLE `feedback_2` TO `feedback`;
|
||||
Reference in New Issue
Block a user