changing keypair to text to hold a full 1024bit keypair

This commit is contained in:
James Walker 2010-03-13 15:46:54 -05:00
parent 9111c5c6fe
commit 99ca84e68e
1 changed files with 2 additions and 2 deletions

View File

@ -72,8 +72,8 @@ class Magicsig extends Memcached_DataObject
{
return array(new ColumnDef('user_id', 'integer',
null, false, 'PRI'),
new ColumnDef('keypair', 'varchar',
255, false),
new ColumnDef('keypair', 'text',
false, false),
new ColumnDef('alg', 'varchar',
64, false));
}