Files
Paradise/SQL/updates
Migratingcocofruit 1b2883e92e Records unhandled in-game bug reports in a DB table and loads the reports from it for the next round (#30710)
* initial table setup

* adds helpers to get full byond versions as numbers and adds those to the table as well

* reorder bug report new() proc and init bug_report_data as empty list instead of null

* more table changes. move adding the metadata to its own proc

* record unsent bug reports into the DB table

* refers to the correct index in the bug report data for the commit

* flip user and server byond versions

* jsonify bug report contents and metadata

* makes a bug report subsystem and moves recording to it

* Implements loading bug reports from the DB at shift start. Also removes handled bug reports from the DB directly

* Update SSbugreports.dm

* Update SSbugreports.dm

* scopes the bug report recording proc to the subsystem
2025-11-01 14:06:34 +00:00
..
2024-05-17 13:01:13 +00:00
2024-11-24 14:23:27 +00:00
2025-03-30 19:00:46 +00:00
2025-05-04 12:22:48 +00: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