Changeset 6460
- Timestamp:
- Apr 9, 2008, 7:42:50 PM (14 years ago)
- Location:
- OpenPNE/trunk/setup/sql/mysql41/update
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/setup/sql/mysql41/update/update08-for2.11.6-create_c_config_decoration.sql
r6458 r6460 1 /*!40101 SET NAMES utf8 */; 1 2 CREATE TABLE `c_config_decoration` ( 2 3 `c_config_decoration_id` int(11) NOT NULL auto_increment, -
OpenPNE/trunk/setup/sql/mysql41/update/update09-for2.11.6-create_c_member_config.sql
r6458 r6460 1 /* ユーザ個別設定テーブル */ 1 /*!40101 SET NAMES utf8 */; 2 2 3 CREATE TABLE `c_member_config` ( 3 4 `c_member_config_id` int(11) NOT NULL auto_increment, … … 18 19 ) ENGINE=MyISAM DEFAULT CHARSET=utf8; 19 20 20 21 /* 携帯コメントメール通知オプション */22 21 INSERT INTO `c_member_config_option` VALUES (NULL,'SEND_COMMENT_MAIL_KTAI'); 23 22
Note: See TracChangeset
for help on using the changeset viewer.