feat: with lua
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-02 12:35:08 +02:00
parent 3e5309e1e6
commit 0c0bbc4282
4 changed files with 25 additions and 3 deletions

View File

@@ -20,12 +20,18 @@ scripts:
type: shell
new_migration:
type: shell
description: "creates a new migration in `como_infrastructure` with the given name prefixed with a date"
args:
name:
type: "env"
key: "name"
type: "flag"
name: "name"
description: "the name of the migration"
required: true
"sqlx:prepare":
type: shell
"deploy":
type: shell
"test":
type: lua