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