Typo fixed (please do so)
authorRoland Häder <roland@mxchange.org>
Sun, 31 Jul 2011 20:59:08 +0000 (20:59 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 31 Jul 2011 20:59:08 +0000 (20:59 +0000)
inc/extensions/ext-sql_patches.php

index 089d578a35228b0ca7633f24f08946e2ec61285e..b6b738dffbb20d8897c5f82600da5966447e8089 100644 (file)
@@ -899,7 +899,7 @@ UNIQUE `earning_group_name` (`earning_group`,`earning_name`)",
 `earning_userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
 `earning_active` ENUM('Y','N') NOT NULL DEFAULT 'Y',
 `earning_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
-`earning_canceled` TIMESTAMP NULL DEFAULT NULL,
+`earning_cancelled` TIMESTAMP NULL DEFAULT NULL,
 `earning_daily_amount` SMALLINT(7) NOT NULL DEFAULT 0,
 `earning_points` FLOAT(20,5) NOT NULL DEFAULT 0.00000,
 PRIMARY KEY (`id`),