[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2275: (3*4)+3 = 15, not 9 (weblinguist/trunk)
Author: opello
Date: 2008-01-05 01:05:17 -0500 (Sat, 05 Jan 2008)
New Revision: 2275
Modified:
weblinguist/trunk/schema.sql
Log:
(3*4)+3 = 15, not 9
Modified: weblinguist/trunk/schema.sql
===================================================================
--- weblinguist/trunk/schema.sql 2008-01-05 05:23:56 UTC (rev 2274)
+++ weblinguist/trunk/schema.sql 2008-01-05 06:05:17 UTC (rev 2275)
@@ -2,7 +2,7 @@
id integer not null primary key autoincrement,
username text (255),
password text (32),
- lastip text (9) not null,
+ lastip text (15) not null,
lastlogin text not null default 'CURRENT_TIMESTAMP'
);