From a0b0ea2bebb13e3b6f53ff700b526aa27a281aba Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:12:43 -0800 Subject: [PATCH] Realignes changelog header (#87695) looks wrong --- SQL/database_changelog.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SQL/database_changelog.md b/SQL/database_changelog.md index 1a4f505cb18..f8770e2868d 100644 --- a/SQL/database_changelog.md +++ b/SQL/database_changelog.md @@ -12,7 +12,7 @@ or ```sql INSERT INTO `SS13_schema_revision` (`major`, `minor`) VALUES (5, 28); ``` - +In any query remember to add a prefix to the table names if you use one. ----------------------------------------------------- Version 5.28, 1 November 2024, by Ghommie Added `fish_progress` as the first 'progress' subtype of 'datum/award/scores' @@ -25,8 +25,6 @@ CREATE TABLE `fish_progress` ( PRIMARY KEY (`ckey`,`progress_entry`) ) ENGINE=InnoDB; ``` - -In any query remember to add a prefix to the table names if you use one. ----------------------------------------------------- Version 5.27, 26 April 2024, by zephyrtfa Add the ip intel whitelist table