diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:59 +0100 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-12-09 13:14:59 +0100 |
| commit | 4098a5ca8ffe27e68c4b6dd87b69ab54448e4e45 (patch) | |
| tree | cfc5976668bea38dd2ce9245af254c39e6c0d4b2 /scripts/mk_sqlite_schema.sh | |
| parent | style(rocie-server): Format (diff) | |
| download | server-4098a5ca8ffe27e68c4b6dd87b69ab54448e4e45.zip | |
style(treewide): Format
Diffstat (limited to 'scripts/mk_sqlite_schema.sh')
| -rwxr-xr-x | scripts/mk_sqlite_schema.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/mk_sqlite_schema.sh b/scripts/mk_sqlite_schema.sh index 7995af7..41054e9 100755 --- a/scripts/mk_sqlite_schema.sh +++ b/scripts/mk_sqlite_schema.sh @@ -9,10 +9,9 @@ schema_svg="$root/target/schema.svg" mkdb.sh -sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" > "$schema_file" -dot -Tsvg "$schema_file" > "$schema_svg" +sqlite3 "$db" -init "$root/scripts/sqlite-schema-diagram.sql" "" >"$schema_file" +dot -Tsvg "$schema_file" >"$schema_svg" imv "$schema_svg" - # vim: ft=sh |
