]> git.mxchange.org Git - mailer.git/commitdiff
Wrong functions :(
authorRoland Häder <roland@mxchange.org>
Tue, 27 Nov 2012 23:13:16 +0000 (23:13 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 27 Nov 2012 23:13:16 +0000 (23:13 +0000)
inc/extensions/ext-bonus.php

index 26e1520bf786e4b46b272168a91f6482afc63def..640f8384c45ac48740773252a2741d1105fcc11c 100644 (file)
@@ -203,8 +203,8 @@ INDEX `userid` (`userid`)",
                                addExtensionChangeTableColumnSql('user_data', 'login_bonus', 'login_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
 
                                // For configuration, we need different entries
-                               addConfigChangeSql('user_data', 'turbo_bonus', 'turbo_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
-                               addConfigChangeSql('user_data', 'login_bonus', 'login_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
+                               addExtensionAddTableColumnSql('user_data', 'turbo_bonus', 'turbo_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
+                               addExtensionAddTableColumnSql('user_data', 'login_bonus', 'login_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
 
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("5 Nachkommastellen implementiert");