diff options
Diffstat (limited to 'sql-files/upgrade_svn12278.sql')
-rw-r--r-- | sql-files/upgrade_svn12278.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-files/upgrade_svn12278.sql b/sql-files/upgrade_svn12278.sql index 0942904f4..a54353a7b 100644 --- a/sql-files/upgrade_svn12278.sql +++ b/sql-files/upgrade_svn12278.sql @@ -1 +1 @@ -DELETE FROM `mail` WHERE `status` > 2;
+DELETE FROM `mail` WHERE `status` > 2; |