Ignore:
Timestamp:
2011/02/28 14:20:33 (13 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20110228051009-8xmx3b7cl52qvtvw
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/class/SC_Fpdf.php 17182@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fcomu-ver2%2Fdata%2Fclass%2FSC_Fpdf.php
data/mtb_constants_init.php 16505@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fmtb_constants_init.php
html/install/sql/create_table_mysql.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Fcreate_table_mysql.sql
html/install/sql/create_table_pgsql.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Fcreate_table_pgsql.sql
html/install/sql/insert_data.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Finsert_data.sql
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20110228052022-w5dyet8rz62ztoqm
bzr:revno:
3167
bzr:revprop:branch-nick:
branches/version-2_5-dev
bzr:root:
branches/version-2_5-dev
bzr:text-revisions:

data/class/SC_Fpdf.php ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
data/mtb_constants_init.php ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
html/install/sql/create_table_mysql.sql ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
html/install/sql/create_table_pgsql.sql ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
html/install/sql/insert_data.sql ohkouchi@loop-az.jp-20110228052001-q47vmlmj68wc7dob
bzr:timestamp:
2011-02-28 14:20:22.736999989 +0900
bzr:user-agent:
bzr2.2.1+bzr-svn1.0.4
svn:original-date:
2011-02-28T05:20:22.737000Z
Message:

#793 (非推奨機能の削除)

  • コンビニ関連の未使用テーブル, 定数削除
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql

    r20435 r20439  
    10351035); 
    10361036 
    1037 CREATE TABLE mtb_convenience ( 
    1038     id smallint, 
    1039     name text, 
    1040     rank smallint NOT NULL DEFAULT 0, 
    1041     PRIMARY KEY (id) 
    1042 ); 
    1043  
    1044 CREATE TABLE mtb_conveni_message ( 
    1045     id smallint, 
    1046     name text, 
    1047     rank smallint NOT NULL DEFAULT 0, 
    1048     PRIMARY KEY (id) 
    1049 ); 
    1050  
    10511037CREATE TABLE mtb_db ( 
    10521038    id smallint, 
Note: See TracChangeset for help on using the changeset viewer.