Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-08-22 19:05:42 +0000
committerRyan D. Brooks2011-08-22 19:05:42 +0000
commit454c0feb64117dac68075952a06251e38c328e5e (patch)
tree84504581cf22d149b92910112ea5ea6fe5862dae /plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml
parent26891f4e2928407c5b21af44504b124fd3afc92e (diff)
downloadorg.eclipse.osee-454c0feb64117dac68075952a06251e38c328e5e.tar.gz
org.eclipse.osee-454c0feb64117dac68075952a06251e38c328e5e.tar.xz
org.eclipse.osee-454c0feb64117dac68075952a06251e38c328e5e.zip
refactor: Rename artifact indexes from the prefix of arts to art0.9.9.v201108230003_RC
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml')
-rw-r--r--plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml b/plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml
index 3ce26e2007f..d828cf4835d 100644
--- a/plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml
+++ b/plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml
@@ -195,17 +195,17 @@
<Column id="ART_TYPE_ID" defaultValue="not null" type="smallint" />
<Column id="GUID" defaultValue="not null" limits="22" type="VARCHAR" />
<Column id="HUMAN_READABLE_ID" defaultValue="not null" limits="5" type="VARCHAR" />
- <Constraint schema="OSEE" id="OSEE_ARTS__G_A_PK" type="PRIMARY KEY" appliesTo="ART_ID, GAMMA_ID" />
- <Constraint schema="OSEE" id="OSEE_ARTS__ART_TYPE_ID_FK" type="FOREIGN KEY" appliesTo="ART_TYPE_ID" deferrable="true">
+ <Constraint schema="OSEE" id="OSEE_ART__G_A_PK" type="PRIMARY KEY" appliesTo="ART_ID, GAMMA_ID" />
+ <Constraint schema="OSEE" id="OSEE_ART__ART_TYPE_ID_FK" type="FOREIGN KEY" appliesTo="ART_TYPE_ID" deferrable="true">
<References schema="OSEE" table="OSEE_ARTIFACT_TYPE" column="ART_TYPE_ID" />
</Constraint>
- <Index id="OSEE_ARTS__ART_ID_IDX" tablespace="osee_index">
+ <Index id="OSEE_ART__ART_ID_IDX" tablespace="osee_index">
<AppliesTo id="ART_ID"/>
</Index>
- <Index id="OSEE_ARTS__GUID_IDX" tablespace="osee_index">
+ <Index id="OSEE_ART__GUID_IDX" tablespace="osee_index">
<AppliesTo id="GUID"/>
</Index>
- <Index id="OSEE_ARTS__ART_TYPE_ID_IDX" tablespace="osee_index">
+ <Index id="OSEE_ART__ART_TYPE_ID_IDX" tablespace="osee_index">
<AppliesTo id="ART_TYPE_ID"/>
</Index>
</Table>

Back to the top