Changeset 16863 for branches/feature-module-update/html/install/sql/add
- Timestamp:
- 2007/12/02 21:20:56 (19 years ago)
- Location:
- branches/feature-module-update/html/install/sql/add
- Files:
-
- 2 edited
-
dtb_module_mysql.sql (modified) (1 diff)
-
dtb_module_pgsql.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/add/dtb_module_mysql.sql
r16673 r16863 1 1 CREATE TABLE dtb_module ( 2 2 module_id int NOT NULL UNIQUE, 3 module_code text NOT NULL, 3 4 module_name text NOT NULL, 4 5 sub_data text, -
branches/feature-module-update/html/install/sql/add/dtb_module_pgsql.sql
r16673 r16863 1 1 CREATE TABLE dtb_module ( 2 2 module_id int NOT NULL UNIQUE, 3 module_code text NOT NULL, 3 4 module_name text NOT NULL, 4 5 sub_data text,
Note: See TracChangeset
for help on using the changeset viewer.
