mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-04-03 11:02:27 +01:00
* initial work on migration to DB * another step * update report on submission * syntax corrections * syntax fix * uses 2 bits to record rejections differently and makes the verb only create one bug report datum * uses the correct value for the index this time * fixes reading a specific bug report * updates sql version * oops * changes the update file * Update 71-72.sql * adds detail to the comment in the update file * remakes the bug report table instead of altering it * change time2text for current time to SQL time * selects columns explicitly * change sql version in the code * renamed load_to_db to save_to_db for clarity * schema formatting and rounds can no longer be null * messages all relevant roles when a bug report is made and also * Prevents bug reports from being modified or handled by more than one person at a time * Update tgui.bundle.js * uses span macros in bug_report * replaces usr with client var in bug report view proc * Update debug.dm * bundle rebuild, rest of reviews --------- Co-authored-by: Migratingcocofruit <guycxz@gmail.com>
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