--- a/upgrade.sql Fri Jul 06 11:04:38 2007 -0400
+++ b/upgrade.sql Sat Jul 07 16:33:21 2007 -0400
@@ -6,7 +6,7 @@
INSERT INTO {{TABLE_PREFIX}}config (config_name, config_value) VALUES( 'enano_version', '1.0' );
---BEGIN 1.0RC3---
-- Placeholder (all versions need to have at least one query performed)
-ALTER {{TABLE_PREFIX}}users ADD COLUMN user_coppa tinyint(1) NOT NULL DEFAULT 0;
+ALTER TABLE {{TABLE_PREFIX}}users ADD COLUMN user_coppa tinyint(1) NOT NULL DEFAULT 0;
---END 1.0RC3---
---BEGIN 1.0RC2---
-- Add the "Moderators" group