Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid W. Miller2014-11-18 17:13:58 +0000
committerDavid Miller2014-11-18 21:35:31 +0000
commitb7d156783ff2e24d18e2f4ca977069a0f9aa0c01 (patch)
tree71946dbf9a311b808f32cd9961a657174312ca01 /plugins
parentdc06b5182b0cc5db9b70a75ea4e7983ea9468150 (diff)
downloadorg.eclipse.osee-b7d156783ff2e24d18e2f4ca977069a0f9aa0c01.tar.gz
org.eclipse.osee-b7d156783ff2e24d18e2f4ca977069a0f9aa0c01.tar.xz
org.eclipse.osee-b7d156783ff2e24d18e2f4ca977069a0f9aa0c01.zip
bug[ats_ATS110798]: Update schema with primary key
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml b/plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml
index 8c040457253..20b129a9d6d 100644
--- a/plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml
+++ b/plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml
@@ -191,6 +191,7 @@
<Column id="TIME" defaultValue="not null" type="TIMESTAMP"/>
<Column id="AUTHOR" defaultValue="not null" type="INTEGER"/>
<Column id="COMMIT_ART_ID" type="INTEGER" />
+ <Constraint schema="OSEE" id="OSEE_TX_DETAILS_TXID_PK" type="PRIMARY KEY" appliesTo="TRANSACTION_ID" />
<Constraint schema="OSEE" id="BRANCH_ID_FK1" type="FOREIGN KEY" appliesTo="BRANCH_ID" deferrable="true">
<References schema="OSEE" table="OSEE_BRANCH" column="BRANCH_ID" />
</Constraint>

Back to the top