dnote/cli/scripts/dump_schema.sh
2019-05-10 09:31:31 +10:00

5 lines
195 B
Bash
Executable file

#!/bin/bash
# dump_schema.sh dumps the current system's dnote schema to testutils package
# to be used while setting up tests
sqlite3 ~/.dnote/dnote.db .schema > ./testutils/fixtures/schema.sql