aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/plugin_psycstore_mysql.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-10-12 22:07:34 +0000
committerGabor X Toth <*@tg-x.net>2016-10-12 22:07:34 +0000
commit41f2b9356fb9649d7b1732603aad2831648da323 (patch)
tree686ae6405bfda76223c815c42e72484becd349a7 /src/psycstore/plugin_psycstore_mysql.c
parentb44b31bd94d3a7479e1ab2bf76acd82030455703 (diff)
downloadgnunet-41f2b9356fb9649d7b1732603aad2831648da323.tar.gz
gnunet-41f2b9356fb9649d7b1732603aad2831648da323.zip
psycstore
Diffstat (limited to 'src/psycstore/plugin_psycstore_mysql.c')
-rw-r--r--src/psycstore/plugin_psycstore_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psycstore/plugin_psycstore_mysql.c b/src/psycstore/plugin_psycstore_mysql.c
index 01a0282c8..c76e7e6b1 100644
--- a/src/psycstore/plugin_psycstore_mysql.c
+++ b/src/psycstore/plugin_psycstore_mysql.c
@@ -296,7 +296,7 @@ database_setup (struct Plugin *plugin)
296 /* Create tables */ 296 /* Create tables */
297 STMT_RUN ("CREATE TABLE IF NOT EXISTS channels (\n" 297 STMT_RUN ("CREATE TABLE IF NOT EXISTS channels (\n"
298 " id BIGINT UNSIGNED AUTO_INCREMENT,\n" 298 " id BIGINT UNSIGNED AUTO_INCREMENT,\n"
299 " pub_key BLOB(23),\n" 299 " pub_key BLOB(32),\n"
300 " max_state_message_id BIGINT UNSIGNED,\n" 300 " max_state_message_id BIGINT UNSIGNED,\n"
301 " state_hash_message_id BIGINT UNSIGNED,\n" 301 " state_hash_message_id BIGINT UNSIGNED,\n"
302 " PRIMARY KEY(id),\n" 302 " PRIMARY KEY(id),\n"