diff options
Diffstat (limited to 'sql-files/upgrade_svn2068.sql')
-rw-r--r-- | sql-files/upgrade_svn2068.sql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sql-files/upgrade_svn2068.sql b/sql-files/upgrade_svn2068.sql index c0ce870aa..33de1848c 100644 --- a/sql-files/upgrade_svn2068.sql +++ b/sql-files/upgrade_svn2068.sql @@ -1,3 +1,3 @@ -update mob_db set aMotion="185" where id=1275;
-update mob_db set aMotion="160" where id=1200;
-update mob_db set aMotion="160" where id=1482;
+update mob_db set aMotion="185" where id=1275; +update mob_db set aMotion="160" where id=1200; +update mob_db set aMotion="160" where id=1482; |