Files
Paradise/SQL/updates
AffectedArc07 ae7da539e3 Fixes an SQL update file + null character save issue (#25149)
* This is what I get for sending a PR

* I DID SAY TESTING: None
2024-04-25 18:20:14 +00:00
..
2021-07-26 17:21:24 +01:00
2020-05-18 01:34:28 -06:00
2020-10-09 14:53:59 -04:00
2020-12-16 15:46:25 -05:00
2020-12-24 16:06:48 -05:00
2020-12-24 16:06:48 -05:00
2021-07-26 17:21:24 +01:00
2020-12-24 16:06:48 -05:00
2021-01-16 16:38:45 -05:00
2021-03-18 14:26:49 +00:00
2021-05-30 12:19:56 -04:00
2021-10-04 19:21:44 +01:00
2021-10-21 13:32:22 +01:00
2022-03-08 22:14:05 +01:00
2022-03-08 22:14:05 +01:00
2022-03-08 22:14:05 +01:00
2022-04-05 14:18:12 +01:00
2022-07-13 21:34:41 +01:00
2022-08-09 18:45:57 +01:00
2022-12-01 14:03:03 -06:00
2023-03-14 19:14:47 +00:00
2023-04-25 16:21:57 -05:00
2023-06-07 21:09:16 +01:00

UPDATING SQL

The contents of this directory contain update sql scripts for the paracode SQL database.

Files following the naming convention -.sql Files are designed to be run sequentialy, moving from version 2, to version 4 would require running the following SQL scripts. 2-3.sql 3-4.sql

Special Notes

  • 15-19 is considered as one version, but split into multiple files for simplicity and correct ordering. You MUST run them in order, and all of them between the game, or stuff will break horribly.

  • The same applies for 30-33 and 38-40