Skip to content

Commit 6d24f35

Browse files
JIWONKIMSclaude
andcommitted
revert(ai): Revert initialize-schema to false
Reverting to original configuration. Will manually create spring_ai_chat_memory table instead to avoid potential CLOB errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4f944b5 commit 6d24f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spring:
2323
ai:
2424
vectorstore:
2525
jdbc:
26-
initialize-schema: true
26+
initialize-schema: false
2727

2828
data:
2929
redis: # 캐싱 전용 (세션 저장 안함 - JWT 기반 stateless 인증 사용)

0 commit comments

Comments
 (0)