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.
2 parents 2cd9a11 + 5186a3b commit 61d9410Copy full SHA for 61d9410
modules/tracker/database/upgrade/1.0.3.php
@@ -25,7 +25,7 @@ class Tracker_Upgrade_1_0_3 extends MIDASUpgrade
25
{
26
public function mysql()
27
28
- $this->db->query("ALTER TABLE `tracker_scalar` ADD COLUMN `build_results_url` text NOT NULL DEFAULT ''");
+ $this->db->query("ALTER TABLE `tracker_scalar` ADD COLUMN `build_results_url` text NOT NULL");
29
}
30
31
public function pgsql()
0 commit comments