aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1261.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Update/_1261.php')
-rw-r--r--Zotlabs/Update/_1261.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Update/_1261.php b/Zotlabs/Update/_1261.php
index 8be7f96ab..f99c49ebd 100644
--- a/Zotlabs/Update/_1261.php
+++ b/Zotlabs/Update/_1261.php
@@ -20,7 +20,7 @@ class _1261 {
dbq("START TRANSACTION");
- $r1 = dbq("ALTER TABLE xchan ADD xchan_epubkey text NOT NULL");
+ $r1 = dbq("ALTER TABLE xchan ADD xchan_epubkey text NOT NULL DEFAULT ''");
if(ACTIVE_DBTYPE == DBTYPE_POSTGRES) {
$r2 = dbq("ALTER TABLE xchan ADD xchan_updated timestamp NOT NULL DEFAULT '0001-01-01 00:00:00'");