Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpotterc0k2013-09-13 17:26:51 +0000
committerRoberto E. Escobar2013-09-17 23:29:43 +0000
commit5bbf1edd75558232294bf8e52764fcb1ee5a1f1f (patch)
tree203bb95bec31a6ce77d06e277d17d9d852bbcf70 /plugins/org.eclipse.osee.orcs.db
parent87c033f4562f88df0fa815189ebb5a454cc7e9f7 (diff)
downloadorg.eclipse.osee-5bbf1edd75558232294bf8e52764fcb1ee5a1f1f.tar.gz
org.eclipse.osee-5bbf1edd75558232294bf8e52764fcb1ee5a1f1f.tar.xz
org.eclipse.osee-5bbf1edd75558232294bf8e52764fcb1ee5a1f1f.zip
refinement [ats_W2LZW]: Remove reference to address and port from osee_server_lookup table
Change-Id: I70ea140efe8b07a3169b5de4e6e134e5cd3486d9 Signed-off-by: mpotterc0k <marc.a.potter@boeing.com>
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.db')
-rw-r--r--plugins/org.eclipse.osee.orcs.db/schema/SKYNET.VERSIONING.SCHEMA.xml2
1 files changed, 0 insertions, 2 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 7b9b3b710a8..6ad8b3961c0 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
@@ -512,8 +512,6 @@
<Table name="OSEE_SERVER_LOOKUP" schema="OSEE" tablespace="osee_data">
<Column id="SERVER_URI" defaultValue="not null" type="VARCHAR" limits="255" />
<Column id="VERSION_ID" defaultValue="not null" type="VARCHAR" limits="100" />
- <Column id="SERVER_ADDRESS" defaultValue="not null" type="VARCHAR" limits="255"/>
- <Column id="PORT" defaultValue="not null" type="INTEGER" />
<Column id="ACCEPTS_REQUESTS" defaultValue="not null" type="smallint" />
<Column id="START_TIME" defaultValue="not null" type="TIMESTAMP" />
<Column id="SERVER_ID" defaultValue="not null" type="VARCHAR" limits="40" />

Back to the top