fix migration generation where sqltype was not properly set; also fix tests for that

This commit is contained in:
wea_ondara
2022-11-27 06:41:38 +01:00
parent 03850b78dd
commit 1f90bc551b
4 changed files with 44 additions and 0 deletions

View File

@@ -23,5 +23,12 @@
<artifactId>core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>jef</groupId>
<artifactId>core</artifactId>
<version>${project.parent.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
</project>