JIRA 3.12 DB Schema Changes

The table below summarises the changes to the database schema. Please note, that if you have developed any custom utilities which query or modify the JIRA database directly (i.e. without using the JIRA API), please check whether the utilities need to be updated.

New Database Table Table - TRUSTEDAPP

The database table trustedapp has been added to schema support Trusted Applications:

It has the following columns:

列名

タイプ

ID

numeric

applicationId

long-varchar

name

long-varchar

publicKey

very-long

ipMatch

very-long

urlMatch

very-long

タイムアウト

numeric

created

日時

createdBy

long-varchar

updated

日時

updatedBy

long-varchar

The ID column is the primary key.

For a mapping of the above type to your particular database, please see the appropriate fieldtype-*.xml file in JIRA's WEB-INF/classes/entitydefs/ directory.

最終更新日 2008 年 6 月 28 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.