Allow for longer auth-groupe-x keys.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 11 Feb 2012 01:59:53 +0000 (02:59 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 11 Feb 2012 01:59:53 +0000 (02:59 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
upgrade/1.1.5/06_longer_authgroupex_keys.sql [new file with mode: 0644]

diff --git a/upgrade/1.1.5/06_longer_authgroupex_keys.sql b/upgrade/1.1.5/06_longer_authgroupex_keys.sql
new file mode 100644 (file)
index 0000000..c116825
--- /dev/null
@@ -0,0 +1 @@
+ALTER TABLE group_auth CHANGE privkey privkey VARCHAR(40) NOT NULL DEFAULT '';