marcomax
Starting Member
19 Posts |
Posted - 05 February 2009 : 23:08:25
|
This happens when trying to ADD MOD, can anyone tell me what should I do pls?
SmileManager Plus Upgrade
Adding Column S_VISIBLE... ALTER TABLE FORUM_SMILES ADD COLUMN S_VISIBLE int NULL DEFAULT 1 ALTER TABLE FORUM_SMILES ADD COLUMN S_VISIBLE int NULL DEFAULT 1 -2147217865 | Cannot find table or constraint. Adding Column S_DEFAULT... ALTER TABLE FORUM_SMILES ADD COLUMN S_DEFAULT int NULL DEFAULT 1 ALTER TABLE FORUM_SMILES ADD COLUMN S_DEFAULT int NULL DEFAULT 1 -2147217865 | Cannot find table or constraint. Adding Column S_EXCLUDE... ALTER TABLE FORUM_SMILES ADD COLUMN S_EXCLUDE int NULL DEFAULT 0 ALTER TABLE FORUM_SMILES ADD COLUMN S_EXCLUDE int NULL DEFAULT 0 -2147217865 | Cannot find table or constraint. Adding Column S_COLSPAN... ALTER TABLE FORUM_SMILES ADD COLUMN S_COLSPAN int NULL DEFAULT 1 ALTER TABLE FORUM_SMILES ADD COLUMN S_COLSPAN int NULL DEFAULT 1 -2147217865 | Cannot find table or constraint.
Creating table(s)... CREATE TABLE FORUM_SMILES2( S2_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , S2_ALLOWEDIT int NULL DEFAULT 1) Table created successfully
Adding new records.. INSERT INTO FORUM_SMILES2 (S2_ALLOWEDIT) VALUES (1)
Value(s) updated successfully Creating table(s)... CREATE TABLE FORUM_SMILES_CUSTOM( MS_ID int IDENTITY (1, 1) PRIMARY KEY NOT NULL , MEMBER_ID int NULL , S_ID int NULL ) Table created successfully
If there were errors please post a question in the MOD Implementation Forum at Snitz Forums < |
|