removed unnecessary stuff, renamed sql folder

This commit is contained in:
2025-02-08 04:50:57 -06:00
parent ffd29b2ffe
commit 5c941e7c62
7 changed files with 0 additions and 156 deletions
+5
View File
@@ -0,0 +1,5 @@
CREATE TABLE db_events (
url TEXT NOT NULL UNIQUE,
data BLOB,
history BLOB
);