File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ migrate-postgres dir env="local":
92
92
93
93
# applies clickhouse migrations (up or down)
94
94
migrate-clickhouse dir env = " local":
95
- migrate -database ' clickhouse://localhost:{{ if env == " local" { " 9000" } else { " 9001" } }} ?username={{ clickhouse_user_prefix}}{{ env }} &database={{ clickhouse_dbname_prefix}}{{ env }} &password={{ clickhouse_pass_prefix}}{{ env }} ' -path db/ migrations/ ch {{ dir}}
95
+ migrate -database ' clickhouse://localhost:{{ if env == " local" { " 9000" } else { " 9001" } }} ?username={{ clickhouse_user_prefix}}{{ env }} &database={{ clickhouse_dbname_prefix}}{{ env }} &password={{ clickhouse_pass_prefix}}{{ env }} ' -path db/ migrations/ chlocal {{ dir}}
96
96
97
97
# generates postgres models with sqlboiler
98
98
models : (restart-postgres " test" ) (migrate-postgres " up" " test" )
You can’t perform that action at this time.
0 commit comments