Changeset 17767 for branches/version-2_4/html/install/sql
- Timestamp:
- 2009/02/13 21:44:55 (17 years ago)
- Location:
- branches/version-2_4/html/install/sql
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (2 diffs)
-
create_table_pgsql.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/html/install/sql/create_table_mysql.sql
r17143 r17767 141 141 mypage_tpl text, 142 142 good_traded text, 143 message text 143 message text, 144 regular_holiday_ids text 144 145 ) TYPE=InnoDB ; 145 146 … … 285 286 comment5 text, 286 287 comment6 text, 288 note text, 287 289 file1 text, 288 290 file2 text, -
branches/version-2_4/html/install/sql/create_table_pgsql.sql
r17143 r17767 141 141 mypage_tpl text, 142 142 good_traded text, 143 message text 143 message text, 144 regular_holiday_ids text 144 145 ); 145 146 … … 285 286 comment5 text, 286 287 comment6 text, 288 note text, 287 289 file1 text, 288 290 file2 text,
Note: See TracChangeset
for help on using the changeset viewer.
