mirror of
https://github.com/JonasunderscoreJones/analytics.jonasjones.dev.git
synced 2025-10-22 17:09:18 +02:00
added sql syntax error
to not accidentally run the file
This commit is contained in:
parent
53e9dd02fc
commit
057239f68f
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
DO NOT EXECUTE!!!!
|
||||
DROP TABLE IF EXISTS requests;
|
||||
CREATE TABLE IF NOT EXISTS requests (id INTEGER PRIMARY KEY AUTOINCREMENT, timestamp DATETIME, domain TEXT, method TEXT, path TEXT, country TEXT);
|
||||
INSERT INTO requests (timestamp, domain, method, path, country)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue