Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit e16794f

Browse files
committed
Enable schema evolution
1 parent 918e883 commit e16794f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bookstore/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"[production]": { "kind": "enterprise-messaging" }
2828
},
2929
"db": {
30-
"kind": "sql"
30+
"kind": "sql",
31+
"schema_evolution": "auto"
3132
}
3233
},
3334
"log": { "service": true }

0 commit comments

Comments
 (0)