-
Notifications
You must be signed in to change notification settings - Fork 15
/
studio-settings.xml
74 lines (74 loc) · 3.88 KB
/
studio-settings.xml
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<studio>
<functionalitySettings>
<functionality id="oneToOneIndex"
state="ENABLE"/>
<functionality id="joinedInheritanceDeleteCascade"
state="ENABLE"/>
<functionality id="newFkConstraintNaming"
state="ENABLE"/>
</functionalitySettings>
<dbScripts>
<excludes>
<hsql>
<item name="180421-0-dropDdcdiMlbTeam.sql">
<![CDATA[alter table DDCDI_MLB_TEAM rename to DDCDI_MLB_TEAM__UNUSED ;]]>
</item>
<item name="180421-0-dropDdcdiMlbTeam_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_TEAM__UNUSED if exists cascade ;]]>
</item>
<item name="180421-0-dropDdcdiCustomer.sql">
<![CDATA[alter table DDCDI_CUSTOMER rename to DDCDI_CUSTOMER__UNUSED ;]]>
</item>
<item name="180421-0-dropDdcdiCustomer_DropScript.sql">
<![CDATA[drop table DDCDI_CUSTOMER__UNUSED if exists cascade ;]]>
</item>
<item name="180421-0-dropDdcdiMlbPlayer.sql">
<![CDATA[alter table DDCDI_MLB_PLAYER rename to DDCDI_MLB_PLAYER__UNUSED ;]]>
</item>
<item name="180421-0-dropDdcdiMlbPlayer_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_PLAYER__UNUSED if exists cascade ;]]>
</item>
<item name="180421-0-dropDdcdiMlbTeam01.sql">
<![CDATA[alter table DDCDI_MLB_PLAYER drop constraint FK_DDCDI_MLB_PLAYER_TEAM ;]]>
</item>
<item name="180425-0-dropDdcdiMlbTeam_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_TEAM__U24714 if exists cascade ;]]>
</item>
<item name="180425-0-dropDdcdiMlbTeam.sql">
<![CDATA[alter table DDCDI_MLB_TEAM rename to DDCDI_MLB_TEAM__U24714 ;]]>
</item>
<item name="180425-0-dropDdcdiMlbPlayer_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_PLAYER__U24120 if exists cascade ;]]>
</item>
<item name="180425-0-dropDdcdiMlbPlayer.sql">
<![CDATA[alter table DDCDI_MLB_PLAYER rename to DDCDI_MLB_PLAYER__U24120 ;]]>
</item>
<item name="180425-0-dropDdcdiCustomer_DropScript.sql">
<![CDATA[drop table DDCDI_CUSTOMER__U95202 if exists cascade ;]]>
</item>
<item name="180425-0-dropDdcdiCustomer.sql">
<![CDATA[alter table DDCDI_CUSTOMER rename to DDCDI_CUSTOMER__U95202 ;]]>
</item>
<item name="180526-0-dropDdcdiCustomer.sql">
<![CDATA[alter table DDCDI_CUSTOMER rename to DDCDI_CUSTOMER__U87239 ;]]>
</item>
<item name="180526-0-dropDdcdiCustomer_DropScript.sql">
<![CDATA[drop table DDCDI_CUSTOMER__U87239 if exists cascade ;]]>
</item>
<item name="180526-0-dropDdcdiMlbPlayer.sql">
<![CDATA[alter table DDCDI_MLB_PLAYER rename to DDCDI_MLB_PLAYER__U85525 ;]]>
</item>
<item name="180526-0-dropDdcdiMlbTeam_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_TEAM__U84164 if exists cascade ;]]>
</item>
<item name="180526-0-dropDdcdiMlbTeam.sql">
<![CDATA[alter table DDCDI_MLB_TEAM rename to DDCDI_MLB_TEAM__U84164 ;]]>
</item>
<item name="180526-0-dropDdcdiMlbPlayer_DropScript.sql">
<![CDATA[drop table DDCDI_MLB_PLAYER__U85525 if exists cascade ;]]>
</item>
</hsql>
</excludes>
</dbScripts>
</studio>