Changeset 16437
- Timestamp:
- 2007/10/15 21:58:18 (19 years ago)
- Location:
- branches/feature-module-update/html/install/sql
- Files:
-
- 2 added
- 2 edited
-
add/dtb_ownersstore_settings_mysql.sql (added)
-
add/dtb_ownersstore_settings_postgres.sql (added)
-
drop_table.sql (modified) (1 diff, 2 props)
-
table_comment.sql (modified) (1 diff, 2 props)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/drop_table.sql
- Property svn:mime-type changed from application/x-httpd-php; charset=UTF-8 to text/plain; charset=utf-8
- Property svn:eol-style set to LF
r16317 r16437 49 49 DROP TABLE dtb_templates; 50 50 DROP TABLE dtb_table_comment; 51 DROP TABLE dtb_ownersstore_settings 51 52 DROP TABLE mtb_work; 52 53 DROP TABLE mtb_wday; -
branches/feature-module-update/html/install/sql/table_comment.sql
- Property svn:mime-type changed from application/x-httpd-php; charset=UTF-8 to text/plain; charset=utf-8
- Property svn:eol-style set to LF
r15079 r16437 48 48 INSERT INTO dtb_table_comment(table_name,description) values ('mtb_zip','郵便番号マスタ'); 49 49 INSERT INTO dtb_table_comment(table_name,description) values ('dtb_templates','テンプレート'); 50 INSERT INTO dtb_table_comment(table_name,description) values ('dtb_ownersstore_settings','オーナーズストア設定');
Note: See TracChangeset
for help on using the changeset viewer.
