Changeset 160 for dev/install/sql/sql_tblstrct_banned_mails.sql
- Timestamp:
- 12/21/06 17:16:09 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/install/sql/sql_tblstrct_banned_mails.sql
r98 r160 3 3 `bml_ip` varchar(32) NOT NULL default '', 4 4 `bml_mail` text NOT NULL 5 ) ENGINE=MyISAM;5 ) TYPE=MyISAM;