We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8038627 commit e06e751Copy full SHA for e06e751
1 file changed
mise.toml
@@ -410,6 +410,7 @@ fi
410
411
[tasks."postgres:setup"]
412
alias = 's'
413
+depends = ["postgres:eql:teardown"]
414
description = "Installs EQL and applies schema to database"
415
run = """
416
#!/bin/bash
@@ -421,7 +422,6 @@ cat sql/schema.sql | docker exec -i postgres${CONTAINER_SUFFIX} psql postgresql:
421
422
"""
423
424
[tasks."postgres:eql:teardown"]
-alias = 'teardown'
425
description = "Uninstalls EQL and removes schema from database"
426
427
0 commit comments