ich "spiele" recht Frisch mit phpbb Anweisungen rum...
Bis Dato ging es alles

Könnte mir einer erklären was genau diese Anweisung bedeutet:
#-----[ SQL ]-------------------------------------------------
#
ALTER TABLE phpbb_users ADD user_birthday INT DEFAULT '999999' not null;
ALTER TABLE phpbb_users ADD user_next_birthday_greeting INT DEFAULT '0' not null;
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_required', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('birthday_greeting', '1');...
Soll ich die Datei phpbb users in user birthday umbenennen?
Danke für eure Hilfe, sicher ganz leicht wenn man es kennt...
Thx