Closed (fixed)
Project:
Signup Status
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2008 at 02:41 UTC
Updated:
8 Apr 2008 at 21:52 UTC
The installation creates the signup_status_node_limits table but fails creating the signup_status_codes table.
Comments
Comment #1
brembold commentedmysql> CREATE TABLE signup_status_codes (
-> cid int unsigned NOT NULL auto_increment,
-> name varchar(128) NOT NULL default '',
-> description text NOT NULL,
-> mod_signup_count int NOT NULL default 0,
-> auto_transition int NOT NULL default 0,
-> show_on_form int NOT NULL default 0,
-> PRIMARY KEY (cid),
-> UNIQUE KEY name (name)
-> );
I modified the create table script and go it to work with the above code.
Comment #2
jrbeemanThis should be fixed as of r107567
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.