Changeset 15276


Ignore:
Timestamp:
2007/08/10 17:47:39 (17 years ago)
Author:
nanasess
Message:

mtb_constants に MAX_LIFETIME 追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/install/sql/add/mtb_tables_insert_data.sql

    r15274 r15276  
    236236INSERT INTO mtb_constants VALUES ('UPDATE_DIR','"downloads/update/"',24,'HotFix保存ディレクトリ'); 
    237237INSERT INTO mtb_constants VALUES ('UPDATE_PATH','DATA_PATH . UPDATE_DIR',25,'HotFix保存ディレクトリ'); 
     238INSERT INTO mtb_constants VALUES ('MAX_LIFETIME', '7200', 26, 'DBセッションの有効期限(秒)'); 
    238239-- INSERT INTO mtb_constants VALUES ('CLASS_PATH','DATA_PATH . "class/"',26,'クラスパス'); 
    239240INSERT INTO mtb_constants VALUES ('MASTER_DATA_DIR','DATA_PATH . "conf/cache/"',27,'マスタデータキャッシュディレクトリ'); 
Note: See TracChangeset for help on using the changeset viewer.