We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a272da commit ab2a065Copy full SHA for ab2a065
upgrade/definitions/0.0.4_to_0.0.5.inc.php
@@ -9,7 +9,6 @@ function run_005() {
9
$db_version_now = $setting->getValue('DB_VERSION'); // Our actual version installed
10
11
// Upgrade specific variables
12
- $aSql[] = "ALTER TABLE `accounts` ADD COLUMN `signup_timestamp` INT( 10 ) NOT NULL DEFAULT '0' AFTER `failed_pins`";
13
$aSql[] = "UPDATE `accounts` SET `coin_address` = NULL WHERE `coin_address` = ''";
14
$aSql[] = "ALTER TABLE `accounts` ADD UNIQUE INDEX ( `coin_address` )";
15
$aSql[] = "INSERT INTO `settings` (`name`, `value`) VALUES ('DB_VERSION', '0.0.5') ON DUPLICATE KEY UPDATE `value` = '0.0.5'";
0 commit comments