mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 01:57:01 +00:00
Combines legacy_population and sanitizes death queries (#24914)
* combines admin and player pop count and sanitizes death queries * renames proc * removes proc call to sql_poll_admins * add tox- clone- and staminaloss to death table * adds ip and port to legacy_population * null ip and cid handling for bans * sans colons
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
10 March 2017, by Jordie0608
|
||||
|
||||
Modified table 'death', adding the columns 'toxloss', 'cloneloss', and 'staminaloss' and table 'legacy_population', adding the columns 'server_ip' and 'server_port'.
|
||||
|
||||
ALTER TABLE `feedback`.`death` ADD COLUMN `toxloss` SMALLINT(5) UNSIGNED NOT NULL AFTER `oxyloss`, ADD COLUMN `cloneloss` SMALLINT(5) UNSIGNED NOT NULL AFTER `toxloss`, ADD COLUMN `staminaloss` SMALLINT(5) UNSIGNED NOT NULL AFTER `cloneloss`;
|
||||
|
||||
Remember to add a prefix to the table name if you use them.
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
19 February 2017, by Jordie0608
|
||||
|
||||
Optimised and indexed significant portions of the schema.
|
||||
|
||||
Reference in New Issue
Block a user