install/schemas/mysql_stage2.sql
changeset 621 68f8a9cc0a18
parent 555 ac4c6a7f01d8
child 685 17ebe24cdf85
--- a/install/schemas/mysql_stage2.sql	Wed Jul 09 21:04:51 2008 -0400
+++ b/install/schemas/mysql_stage2.sql	Wed Jul 09 22:40:41 2008 -0400
@@ -108,7 +108,7 @@
   user_coppa tinyint(1) NOT NULL DEFAULT 0,
   user_lang smallint(5) NOT NULL DEFAULT 1,
   user_has_avatar tinyint(1) NOT NULL DEFAULT 0,
-  avatar_type ENUM('jpg', 'png', 'gif') NOT NULL DEFAULT 'png',
+  avatar_type ENUM('jpg', 'png', 'gif', 'grv') NOT NULL DEFAULT 'png',
   user_registration_ip varchar(39),
   user_rank int(12) UNSIGNED DEFAULT NULL,
   user_timezone int(12) UNSIGNED NOT NULL DEFAULT 0,