diaspora structures

This commit is contained in:
Friendika
2011-08-03 22:05:20 -07:00
parent d45a66e700
commit 639204c2ec
10 changed files with 92 additions and 3 deletions

View File

@@ -573,3 +573,9 @@ CREATE TABLE IF NOT EXISTS `attach` (
`deny_gid` MEDIUMTEXT NOT NULL
) ENGINE = MYISAM DEFAULT CHARSET=utf8;
CREATE TABLE IF NOT EXISTS `guid` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`guid` CHAR( 16 ) NOT NULL ,
INDEX ( `guid` )
) ENGINE = MYISAM DEFAULT CHARSET=utf8;