- Timestamp:
- 2007/06/14 14:58:20 (19 years ago)
- Location:
- branches/dev/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/dev/html/install/sql/create_table_mysql.sql
r14651 r14654 182 182 footer text, 183 183 body text, 184 send_type text,184 send_type int, 185 185 template_name text, 186 186 creator_id int NOT NULL, -
branches/dev/html/install/sql/create_table_pgsql.sql
r14651 r14654 182 182 footer text, 183 183 body text, 184 send_type text,184 send_type int2, 185 185 template_name text, 186 186 creator_id int4 NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.
