diff options
author | Friendika <info@friendika.com> | 2011-02-08 18:44:30 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-02-08 18:44:30 -0800 |
commit | f70a0b028288fa13c64f1ffaa310765a95347dac (patch) | |
tree | 89507dc18fd29a50c999c2b60cc89b6ef2406078 /database.sql | |
parent | 766c4778cb0a678ef7f55e56cbd11497a73ae6cb (diff) | |
download | volse-hubzilla-f70a0b028288fa13c64f1ffaa310765a95347dac.tar.gz volse-hubzilla-f70a0b028288fa13c64f1ffaa310765a95347dac.tar.bz2 volse-hubzilla-f70a0b028288fa13c64f1ffaa310765a95347dac.zip |
more graceful handling of some statusnet followups
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql index 83e0e4b6f..34b807979 100644 --- a/database.sql +++ b/database.sql @@ -64,7 +64,7 @@ CREATE TABLE IF NOT EXISTS `contact` ( `issued-id` char(255) NOT NULL, `dfrn-id` char(255) NOT NULL, `url` char(255) NOT NULL, - `lrdd` char(255) NOT NULL, + `alias` char(255) NOT NULL, `pubkey` text NOT NULL, `prvkey` text NOT NULL, `request` text NOT NULL, |