Changeset 16440
- Timestamp:
- 2007/10/15 22:24:53 (16 years ago)
- Location:
- branches/feature-module-update/html/install/sql
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/html/install/sql/create_table_mysql.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
r16306 r16440 1 CREATE TABLE dtb_ownersstore_settings ( 2 public_key text 3 ) TYPE=InnoDB ; 4 1 5 CREATE TABLE dtb_kiyaku ( 2 6 kiyaku_id int auto_increment primary key NOT NULL, -
branches/feature-module-update/html/install/sql/create_table_pgsql.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
r16306 r16440 1 CREATE TABLE dtb_ownersstore_settings ( 2 public_key text 3 ); 4 1 5 CREATE TABLE dtb_kiyaku ( 2 6 kiyaku_id serial NOT NULL,
Note: See TracChangeset
for help on using the changeset viewer.