diff -r e5484a9e0818 -r 7e8fd44b36b0 schema.sql --- a/schema.sql Thu Jun 28 11:13:39 2007 -0400 +++ b/schema.sql Thu Jun 28 13:49:40 2007 -0400 @@ -103,6 +103,7 @@ old_encryption tinyint(1) NOT NULL DEFAULT 0, temp_password text, temp_password_time int(12) NOT NULL DEFAULT 0, + user_coppa tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (user_id) ) CHARACTER SET `utf8` COLLATE `utf8_bin`;