X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fpsycstore%2Fplugin_psycstore_mysql.c;h=c76e7e6b12d2337ce2e7dcdad624e41494309476;hb=f40acfa927bb605c81c99ed250277d51bf951e25;hp=01a0282c8b6e8280e0b9021f884873d7e803377e;hpb=b44b31bd94d3a7479e1ab2bf76acd82030455703;p=oweals%2Fgnunet.git 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) /* Create tables */ STMT_RUN ("CREATE TABLE IF NOT EXISTS channels (\n" " id BIGINT UNSIGNED AUTO_INCREMENT,\n" - " pub_key BLOB(23),\n" + " pub_key BLOB(32),\n" " max_state_message_id BIGINT UNSIGNED,\n" " state_hash_message_id BIGINT UNSIGNED,\n" " PRIMARY KEY(id),\n"