linoleum-club/migrate.sh

8 lines
89 B
Bash
Executable File

#!/bin/bash
(
cd $(dirname "$0")
sequel -m migrations/ "sqlite://db.sqlite3"
)