Skip to content

Commit ab2a065

Browse files
committed
[FIX] Removed duplicate SQL upgrade
1 parent 8a272da commit ab2a065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

upgrade/definitions/0.0.4_to_0.0.5.inc.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ function run_005() {
99
$db_version_now = $setting->getValue('DB_VERSION'); // Our actual version installed
1010

1111
// Upgrade specific variables
12-
$aSql[] = "ALTER TABLE `accounts` ADD COLUMN `signup_timestamp` INT( 10 ) NOT NULL DEFAULT '0' AFTER `failed_pins`";
1312
$aSql[] = "UPDATE `accounts` SET `coin_address` = NULL WHERE `coin_address` = ''";
1413
$aSql[] = "ALTER TABLE `accounts` ADD UNIQUE INDEX ( `coin_address` )";
1514
$aSql[] = "INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.5') ON DUPLICATE KEY UPDATE `value` = '0.0.5'";

0 commit comments

Comments
 (0)