From eae34f323b85d4126c81eda679d1350d171fd8da Mon Sep 17 00:00:00 2001 From: Friendika Date: Sun, 14 Nov 2010 15:17:27 -0800 Subject: add openid slot to db --- update.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index eb3231b56..7ee27213d 100644 --- a/update.php +++ b/update.php @@ -133,4 +133,9 @@ function update_1014() { function update_1015() { q("ALTER TABLE `item` CHANGE `body` `body` mediumtext NOT NULL"); -} \ No newline at end of file +} + +function update_1016() { + q("ALTER TABLE `user` ADD `openid` CHAR( 255 ) NOT NULL AFTER `email` "); +} + -- cgit v1.2.3