我想在我定义的目标上的 sqitch.conf 中添加一些变量:“用户名”和“数据库”。
文件 sqitch.conf=>
engine = pg
[core "variables"]
username = jv_root
database = test
[target "dev_1"]
uri = db:pg://username@sqlhost:5432/database
[target "dev_2"]
uri = db:pg://username@sqlhost2:5432/database
我在哪里运行: sqitch deploy -t dev_1 它抛出一个错误 => 错误:没有这样的用户:用户名