Enable schema evolution

This commit is contained in:
Christian Georgi
2023-06-05 15:04:36 +02:00
parent 918e8838e3
commit e16794f931

View File

@@ -27,7 +27,8 @@
"[production]": { "kind": "enterprise-messaging" }
},
"db": {
"kind": "sql"
"kind": "sql",
"schema_evolution": "auto"
}
},
"log": { "service": true }