Skip to content

Commit 9a816a1

Browse files
fix: change SQL initialization mode to always
fix: change SQL initialization mode to always
2 parents 35b71c3 + b726878 commit 9a816a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-alibaba-data-agent-management/src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spring:
1818
defer-datasource-initialization: true
1919
sql:
2020
init:
21-
mode: never
21+
mode: always
2222
schema-locations: classpath:sql/schema.sql
2323
data-locations: classpath:sql/data.sql
2424
continue-on-error: true

0 commit comments

Comments
 (0)