Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmisinco2015-02-26 22:28:33 +0000
committerAngel Avila2015-02-26 22:28:33 +0000
commitce63fc7729c1d250103539287cc54344bc5b2076 (patch)
tree522069f6df06bca324a6a93d1f920094c6077633 /features
parentd2306a325219a36b8e364309760fad45e88c09c5 (diff)
downloadorg.eclipse.osee-ce63fc7729c1d250103539287cc54344bc5b2076.tar.gz
org.eclipse.osee-ce63fc7729c1d250103539287cc54344bc5b2076.tar.xz
org.eclipse.osee-ce63fc7729c1d250103539287cc54344bc5b2076.zip
feature[ats_ATS168971]: Database schema creation to handle circular foreign keys
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osee.x.core.external.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.x.core.external.feature/feature.xml b/features/org.eclipse.osee.x.core.external.feature/feature.xml
index 041aae47c7b..9a7178ea1c5 100644
--- a/features/org.eclipse.osee.x.core.external.feature/feature.xml
+++ b/features/org.eclipse.osee.x.core.external.feature/feature.xml
@@ -547,4 +547,11 @@
install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.flywaydb.core"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top