refactor: allow&block clean-up
This commit is contained in:
parent
88d53bd73d
commit
2099a8b7bb
3 changed files with 11 additions and 63 deletions
|
|
@ -52,7 +52,6 @@ async def m001_initial(db):
|
|||
CREATE TABLE nostrrelay.accounts (
|
||||
relay_id TEXT NOT NULL,
|
||||
pubkey TEXT NOT NULL,
|
||||
sats {db.big_int} DEFAULT 0,
|
||||
storage {db.big_int} DEFAULT 0,
|
||||
paid_to_join BOOLEAN DEFAULT false,
|
||||
allowed BOOLEAN DEFAULT false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue