Skip to content

Commit 3d15d3f

Browse files
feat: supported new YDB types
1 parent 8185064 commit 3d15d3f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hibernate-dialect/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@
145145
<configuration>
146146
<environmentVariables>
147147
<TESTCONTAINERS_REUSE_ENABLE>true</TESTCONTAINERS_REUSE_ENABLE>
148-
<YDB_DOCKER_IMAGE>cr.yandex/yc/yandex-docker-local-ydb:trunk</YDB_DOCKER_IMAGE>
149-
<YDB_DOCKER_FEATURE_FLAGS>enable_parameterized_decimal,enable_table_datetime64</YDB_DOCKER_FEATURE_FLAGS>
148+
<YDB_DOCKER_IMAGE>ydbplatform/local-ydb:trunk</YDB_DOCKER_IMAGE>
150149
</environmentVariables>
151150
</configuration>
152151
</plugin>

0 commit comments

Comments
 (0)