aboutsummaryrefslogtreecommitdiffstats
path: root/update.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-03 22:05:20 -0700
committerFriendika <info@friendika.com>2011-08-03 22:05:20 -0700
commit639204c2ec29ccd74fbc2cb1eb597cca86e84f27 (patch)
tree2ac99a66c2ce3ac885c976de3a48a9142adaa872 /update.php
parentd45a66e700a62626007b05ef1b78dff8f0931210 (diff)
downloadvolse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.tar.gz
volse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.tar.bz2
volse-hubzilla-639204c2ec29ccd74fbc2cb1eb597cca86e84f27.zip
diaspora structures
Diffstat (limited to 'update.php')
-rw-r--r--update.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/update.php b/update.php
index 9c55f15cf..4ef362b19 100644
--- a/update.php
+++ b/update.php
@@ -1,6 +1,6 @@
<?php
-define( 'UPDATE_VERSION' , 1076 );
+define( 'UPDATE_VERSION' , 1077 );
/**
*
@@ -623,4 +623,11 @@ function update_1075() {
);
}
}
-} \ No newline at end of file
+}
+
+function update_1076() {
+ q("CREATE TABLE ``guid` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
+ `guid` CHAR( 16 ) NOT NULL , INDEX ( `guid` ) ) ENGINE = MYISAM ");
+
+}
+