diff --git a/app/migrate b/app/migrate new file mode 100755 index 0000000..337f443 --- /dev/null +++ b/app/migrate @@ -0,0 +1,8 @@ +#!/bin/bash + +#!/bin/bash + +rex "doas sqlite3 /4server/data/contracts.db <<'EOF' +ALTER TABLE containers +ADD COLUMN secrets TEXT; +EOF" diff --git a/app/vault/host_vars.img b/app/vault/host_vars.img index d4c0a98..be98ed9 100644 Binary files a/app/vault/host_vars.img and b/app/vault/host_vars.img differ