This commit is contained in:
Oliver
2025-09-04 16:38:30 +02:00
parent 0ea18322be
commit 3c60293ac6
2 changed files with 8 additions and 0 deletions

8
app/migrate Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
#!/bin/bash
rex "doas sqlite3 /4server/data/contracts.db <<'EOF'
ALTER TABLE containers
ADD COLUMN secrets TEXT;
EOF"