]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-payout.php
Some HTML fixes, ext-sql_patches downgraded (!):
[mailer.git] / inc / extensions / ext-payout.php
index b08662357134d45f7cdbcdb6b24a476a4a736f9e..471c3a9aea229fd5f2909c571d3f5a7e413456a0 100644 (file)
@@ -146,7 +146,7 @@ PRIMARY KEY (`id`)",
                                break;
 
                        case '0.2.1': // SQL queries for v0.2.1
-                               addExtensionChangeTableColumnSql('user_payouts', 'payout_total' 'payout_total', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
+                               addExtensionChangeTableColumnSql('user_payouts', 'payout_total', 'payout_total', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
                                addExtensionChangeTableColumnSql('payout_types', 'rate', 'rate', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
 
                                // Update notes (these will be set as task text!)