Update schema.sql
This commit is contained in:
parent
3fb570c9fa
commit
b6ec5edcab
|
@ -1,5 +1,5 @@
|
|||
/* create your extensions table and the variables needed here */
|
||||
CREATE TABLE IF NOT EXISTS events (
|
||||
CREATE TABLE IF NOT EXISTS example (
|
||||
key INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
usr TEXT,
|
||||
wal TEXT,
|
||||
|
|
Loading…
Reference in New Issue
Block a user