Hi, While implementing custom avatar display for jpoker, http://jpoker.aminche.com/hg/jpoker-tourneys/rev/aaca62bf39e4
I noticed that the users,skin_url is limited to 32 characters, could we raise this limit to 128 ? diff -r dd8154eb43b4 database/schema.sql.in --- a/database/schema.sql.in Thu Jul 17 14:54:43 2008 +0000 +++ b/database/schema.sql.in Mon Jul 21 10:41:02 2008 +0000 @@ -46,7 +46,7 @@ -- serial of the users record to which this user is affiliated affiliate INT UNSIGNED DEFAULT 0, -- client interpreted URL from which the player avatar can be downloaded - skin_url VARCHAR(32) DEFAULT "random", + skin_url VARCHAR(128) DEFAULT "random", -- client interpreted textual description of the player aspect skin_outfit TEXT, -- base64 encoded player picture of type skin_image_type -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
