mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-14 11:32:04 +00:00
* Retroactive addition of update script * Update tools/pr_sql/27257/update_script.sql Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> --------- Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
4 lines
76 B
SQL
4 lines
76 B
SQL
UPDATE characters
|
|
SET language = 'Zvezhan'
|
|
WHERE language = 'Neo-Russkiya';
|