File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11buildscript {
2- ext. cubaVersion = ' 6.9.1 '
2+ ext. cubaVersion = ' 6.9.3 '
33 repositories {
44 maven {
55 url ' https://repo.cuba-platform.com/content/groups/work'
4343
4444dependencies {
4545 appComponent(" com.haulmont.cuba:cuba-global:$cubaVersion " )
46- appComponent(" de.diedavids.cuba.runtimediagnose:runtime-diagnose-global:1.0 .0" )
46+ appComponent(" de.diedavids.cuba.runtimediagnose:runtime-diagnose-global:1.1 .0" )
4747}
4848
4949def hsql = ' org.hsqldb:hsqldb:2.2.9'
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <studio >
3+ <functionalitySettings >
4+ <functionality id =" joinedInheritanceDeleteCascade"
5+ state =" ENABLE" />
6+ <functionality id =" newFkConstraintNaming"
7+ state =" ENABLE" />
8+ <functionality id =" oneToOneIndex"
9+ state =" ENABLE" />
10+ </functionalitySettings >
11+ </studio >
You can’t perform that action at this time.
0 commit comments