diff --git a/lnbits/extensions/example/schema.sql b/lnbits/extensions/example/schema.sql new file mode 100644 index 0000000..4a65bd4 --- /dev/null +++ b/lnbits/extensions/example/schema.sql @@ -0,0 +1,7 @@ +/* create your extensions table and the variables needed here */ +CREATE TABLE IF NOT EXISTS events ( + key INTEGER PRIMARY KEY AUTOINCREMENT, + usr TEXT, + wal TEXT, + walnme TEXT +);