From 5edee3c4d1f84c07c1c54775072601188075a542 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Thu, 21 Oct 2010 04:53:43 -0700 Subject: magic-envelope verification, status.net appears to do it wrong. Ultimately we need to do it right (or why bother having a spec?), and fallback to doing it wrong if we're talking to a broken system - which ironically seems to include most of the federated social web projects. --- update.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'update.php') diff --git a/update.php b/update.php index 3785cad2b..65713583b 100644 --- a/update.php +++ b/update.php @@ -75,4 +75,8 @@ function update_1008() { function update_1009() { q("ALTER TABLE `user` ADD `allow_location` TINYINT( 1 ) NOT NULL DEFAULT '0' AFTER `default-location` "); -} \ No newline at end of file +} + +function update_1010() { + q("ALTER TABLE `contact` ADD `lrdd` CHAR( 255 ) NOT NULL AFTER `url` "); +} -- cgit v1.2.3