Browse Source

Update schema.sql

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
b6ec5edcab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/extensions/example/schema.sql

2
lnbits/extensions/example/schema.sql

@ -1,5 +1,5 @@
/* create your extensions table and the variables needed here */ /* 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, key INTEGER PRIMARY KEY AUTOINCREMENT,
usr TEXT, usr TEXT,
wal TEXT, wal TEXT,

Loading…
Cancel
Save