Refback and referal points hopefully fixed:
[mailer.git] / inc / extensions / ext-surfbar.php
index 3c1902ebffea3a3a639aef1dac18f316f4023b1d..199fcef0cd05f4b6750bda4f9851c11c9623a178 100644 (file)
@@ -55,7 +55,7 @@ switch (getExtensionMode()) {
                addDropTableSql('surfbar_urls');
                addCreateTableSql('surfbar_urls', "
 `url_id` BIGINT(20) UNSIGNED  NOT NULL AUTO_INCREMENT,
-`url_userid` BIGINT(20) UNSIGNED  NOT NULL DEFAULT 0,
+`url_userid` BIGINT(20) UNSIGNED  NULL DEFAULT NULL,
 `url` VARCHAR(255) NOT NULL DEFAULT '',
 `url_last_salt` VARCHAR(255) NOT NULL DEFAULT '',
 `url_views_total` BIGINT(20) UNSIGNED  NOT NULL DEFAULT 0,