#!/bin/bash #!/bin/bash rex "doas sqlite3 /4server/data/contracts.db <<'EOF' ALTER TABLE containers ALTER COLUMN contract DROP NOT NULL; EOF"