Cod: Selectaţi tot
#
#-----[ SQL ]------------------------------------------
#
ALTER TABLE phpbb_users ADD user_warnings tinyint(1) DEFAULT 0 NOT NULL;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_banrank', 0);
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnmod_unbanrank', 0);
Cod: Selectaţi tot
SQL query:
ALTER TABLE phpbb_users ADD user_warnings tinyint( 1 ) DEFAULT 0 NOT NULL
MySQL said: Documentation
#1060 - Duplicate column name 'user_warnings'

