diff options
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/upgrade_svn13719.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn13719.sql b/sql-files/upgrade_svn13719.sql new file mode 100644 index 000000000..5039ece6c --- /dev/null +++ b/sql-files/upgrade_svn13719.sql @@ -0,0 +1 @@ +UPDATE `global_reg_value` SET `value` = (`value` - `account_id` - 1337) WHERE `str` = '#kafra_code';
|