mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-26 17:51:53 +01:00
Update schema.sql
This commit is contained in:
parent
211b72648b
commit
d282e6dea6
@ -1,9 +1,6 @@
|
||||
/* create your extensions table and the variables needed here */
|
||||
CREATE TABLE IF NOT EXISTS tpos (
|
||||
key INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
nme TEXT,
|
||||
uni TEXT,
|
||||
usr TEXT,
|
||||
invkey TEXT,
|
||||
cur TEXT
|
||||
CREATE TABLE IF NOT EXISTS tposs (
|
||||
id TEXT PRIMARY KEY,
|
||||
wallet TEXT NOT NULL,
|
||||
name TEXT NOT NULL,
|
||||
currency TEXT NOT NULL
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user