diff --git a/html/changelog.html b/html/changelog.html
index 6dde809ec3a..6eac7579e4c 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -36,6 +36,10 @@
25 June 2022
+
SleepyGemmy updated:
+
+ - Adds the impoverished economic status as an option in the SQL database, so it can save properly.
+
WickedCybs updated:
- Painkillers in pill form should last far longer than it did before now. It won't be as long as injecting it, but it should be at least triple the amount of time it used to when ingested.
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 5e287f0be69..192e1250714 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -24973,6 +24973,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
Yonnimer:
- rscadd: Adds a wrecked NT ship awaysite.
2022-06-25:
+ SleepyGemmy:
+ - backend: Adds the impoverished economic status as an option in the SQL database,
+ so it can save properly.
WickedCybs:
- tweak: 'Painkillers in pill form should last far longer than it did before now.
It won't be as long as injecting it, but it should be at least triple the
diff --git a/html/changelogs/sql_impoverished_fix.yml b/html/changelogs/sql_impoverished_fix.yml
deleted file mode 100644
index 35f76b80e6e..00000000000
--- a/html/changelogs/sql_impoverished_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: SleepyGemmy
-
-delete-after: True
-
-changes:
- - backend: "Adds the impoverished economic status as an option in the SQL database, so it can save properly."
\ No newline at end of file