diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-07 10:16:33 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-07 10:16:33 +0100 |
commit | dd329b38794d3af3d795989ac3cc24c6227d0002 (patch) | |
tree | 96825382b7ad7160970134f054b8404c6d355720 | |
parent | 29d93f1869fe09d97246c165502331e547f4327d (diff) |
Removes sqlite local db
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | db.sqlite3 | bin | 393216 -> 0 bytes |
2 files changed, 3 insertions, 1 deletions
@@ -18,4 +18,6 @@ Staticfile.auth # Ignore VSCode files -*.code-workspace
\ No newline at end of file +*.code-workspace + +db.sqlite3 diff --git a/db.sqlite3 b/db.sqlite3 Binary files differdeleted file mode 100644 index 27a9666..0000000 --- a/db.sqlite3 +++ /dev/null |