forked from viglesiasce/testlink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSCHEMA_CHANGES
More file actions
executable file
·47 lines (34 loc) · 1.24 KB
/
SCHEMA_CHANGES
File metadata and controls
executable file
·47 lines (34 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
----------------------------------------------------------------------
TestLink Open Source Project - http://testlink.sourceforge.net/
$Id: SCHEMA_CHANGES,v 1.9 2010/08/31 20:22:58 franciscom Exp $
Author: franciscom
----------------------------------------------------------------------
Schema Changes on TL 1.9
Need to be documented
Schema Changes on TL 1.7.x / 1.8.x
TL 1.8.0 development - Database version DB 1.2 - 20080102
new tables: api_developer_keys
events
transactions
table: executions
added field execution_type
added tcversion_number
table: db_version
added field notes
TL 1.7.1/1.8.0 development - Database version DB 1.1 - 20071018
column open changed to is_open to avoid reserved word problem in MSSQL
tables: builds, tcversions, testplans
TL 1.7.0 RC 2 - 20070414
table: requirements
added node_order field
TL 1.7.0 Beta 5 - 20070204
table: priorities
table: risk_assignment
TL 1.7.0 Beta 4 - 20070131
table: requirements
field req_doc_id size increased to 32
index changed UNIQUE KEY req_doc_id ("srs_id","req_doc_id")
TL 1.7.0 Beta 3 - 20070121
table: builds
added active and open columns
see sql scripts for details