SQL-Problem
Verfasst: 09.12.2003 13:56
Hallo zusammen,
ich habe ein kleines Problem:
in dem MOD
## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Mod Post Notification
## MOD Author: netclectic < adrian@netclectic.com > (Adrian Cockburn) www.netclectic.com
## MOD Description: Notify forum moderators of any new posts to the forum(s) they are moderator of.
## Includes addition to users profile to let them choose to enable / disable new post notification.
## MOD Version: 1.2.5
wird folgender SQL-Eintrag gefordert:
#-----[ SQL ]------------------------------------------
#
# CHANGE TABLE PREFIX ACCORDINGLY!!!
#
# ACCESS USERS
# ALTER TABLE phpbb_users ADD user_notify_mod BYTE NOT NULL;
#
ALTER TABLE phpbb_users ADD user_notify_mod TINYINT(1) NOT NULL;
Kann mir bitte jemand sagen, was genau ich in meiner Datenbank eingeben muss?
Danke und Gruss!
ich habe ein kleines Problem:
in dem MOD
## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Mod Post Notification
## MOD Author: netclectic < adrian@netclectic.com > (Adrian Cockburn) www.netclectic.com
## MOD Description: Notify forum moderators of any new posts to the forum(s) they are moderator of.
## Includes addition to users profile to let them choose to enable / disable new post notification.
## MOD Version: 1.2.5
wird folgender SQL-Eintrag gefordert:
#-----[ SQL ]------------------------------------------
#
# CHANGE TABLE PREFIX ACCORDINGLY!!!
#
# ACCESS USERS
# ALTER TABLE phpbb_users ADD user_notify_mod BYTE NOT NULL;
#
ALTER TABLE phpbb_users ADD user_notify_mod TINYINT(1) NOT NULL;
Kann mir bitte jemand sagen, was genau ich in meiner Datenbank eingeben muss?
Danke und Gruss!