]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
PostgreSQL: Put a default on confirm_address.address_extra to mimic mysql's behaviour...
authorCiaranG <ciaran@ciarang.com>
Mon, 29 Sep 2008 06:02:27 +0000 (02:02 -0400)
committerCiaranG <ciaran@ciarang.com>
Mon, 29 Sep 2008 06:02:27 +0000 (02:02 -0400)
darcs-hash:20080929060227-f6e2c-5996ad74cb5c89052417e36634a22b6e219bd92d.gz

db/laconica_pg.sql

index 24ba0a99ab9f781ab910052a48b5a1e748d54d44..8d0db9a80a57bcc9de64b2c9c1ebf1a0bd944c46 100644 (file)
@@ -218,7 +218,7 @@ create table confirm_address (
     code varchar(32) not null primary key /* comment 'good random code' */,\r
     user_id integer not null /* comment 'user who requested confirmation' */ references "user" (id),\r
     address varchar(255) not null /* comment 'address (email, Jabber, SMS, etc.)' */,\r
-    address_extra varchar(255) not null /* comment 'carrier ID, for SMS' */,\r
+    address_extra varchar(255) not null default '' /* comment 'carrier ID, for SMS' */,\r
     address_type varchar(8) not null /* comment 'address type ("email", "jabber", "sms")' */,\r
     claimed timestamp /* comment 'date this was claimed for queueing' */,\r
     sent timestamp /* comment 'date this was sent for queueing' */,\r