Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2011-09-02 08:05:17 +0000
committerRyan D. Brooks2011-09-02 08:05:17 +0000
commit6f85b98166a9650c68413d74a1ca0619fa67d82e (patch)
treed04d1d485cd3be3aaa43b22ec24d93717fc8d4ee /plugins/org.eclipse.osee.framework.core.datastore/support/SKYNET.VERSIONING.SCHEMA.xml
parent657019e3b75401dadfb91ee48150ba9f22decf69 (diff)
downloadorg.eclipse.osee-6f85b98166a9650c68413d74a1ca0619fa67d82e.tar.gz
org.eclipse.osee-6f85b98166a9650c68413d74a1ca0619fa67d82e.tar.xz
org.eclipse.osee-6f85b98166a9650c68413d74a1ca0619fa67d82e.zip
bug: Fix export of archived branches
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.xml2
1 files changed, 1 insertions, 1 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 4afa97aef82..92af25d6d43 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
@@ -586,7 +586,7 @@
<Table name="OSEE_JOIN_ID" schema="OSEE" tablespace="osee_data">
<Column id="QUERY_ID" defaultValue="not null" type="INTEGER" />
<Column id="ID" type="INTEGER" />
- <Column id="INSERT_TIME" defaultValue="not null" type="TIMESTAMP" />
+ <Column id="INSERT_TIME" type="TIMESTAMP" />
<Index id="OSEE_JOIN_ID__Q_I_IDX" type="UNIQUE" tablespace="osee_index">
<AppliesTo id="QUERY_ID"/>
<AppliesTo id="ID"/>

Back to the top