summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-20 07:34:58 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-20 07:34:58 -0400
commit4a5ff1321debe0d37ba904670864103f071e6726 (patch)
tree88b45f1d89f345101ac23104d962668d16c30ebd /db
parent6dac91d77498961ce658cd36970e80d94ec517bb (diff)
Explicitly set the character set on the handle column to fix http://laconi.ca/PITS/00262
darcs-hash:20080720113458-533db-0b0c2736c464195476562fb52f5a5bb1591d3d82.gz
Diffstat (limited to 'db')
-rw-r--r--db/laconica.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index fe1918045..3e8361bc6 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -182,7 +182,7 @@ create table user_openid (
create table oid_associations (
server_url BLOB,
- handle VARCHAR(255),
+ handle VARCHAR(255) character set latin1,
secret BLOB,
issued INTEGER,
lifetime INTEGER,