Skip to content

Commit

Permalink
Enable schema evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Jun 5, 2023
1 parent 918e883 commit e16794f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bookstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"[production]": { "kind": "enterprise-messaging" }
},
"db": {
"kind": "sql"
"kind": "sql",
"schema_evolution": "auto"
}
},
"log": { "service": true }
Expand Down

0 comments on commit e16794f

Please sign in to comment.