Changeset 14891 for branches/rel/html/install/sql
- Timestamp:
- 2007/06/20 11:04:41 (19 years ago)
- Location:
- branches/rel/html/install/sql
- Files:
-
- 2 edited
-
create_table_mysql.sql (modified) (1 diff)
-
create_table_pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel/html/install/sql/create_table_mysql.sql
r13631 r14891 612 612 memo09 text, 613 613 memo10 text, 614 campaign_id int 614 campaign_id int, 615 session text 615 616 ) TYPE=InnoDB ; 616 617 -
branches/rel/html/install/sql/create_table_pgsql.sql
r12157 r14891 612 612 memo09 text, 613 613 memo10 text, 614 campaign_id int4 614 campaign_id int4, 615 session text 615 616 ); 616 617
Note: See TracChangeset
for help on using the changeset viewer.
