mirror of https://github.com/lukechilds/lnbits.git
Arc
5 years ago
committed by
GitHub
1 changed files with 7 additions and 0 deletions
@ -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 |
||||
|
); |
Loading…
Reference in new issue