mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 06:48:02 +01:00
Updated migrations
This commit is contained in:
parent
18752eeda9
commit
db5b3306cd
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ async def m001_initial(db):
|
|||
amount_made INTEGER,
|
||||
fullscreen_cam INTEGER,
|
||||
iframe_url TEXT,
|
||||
notes TEXT,
|
||||
timestamp TIMESTAMP NOT NULL DEFAULT (strftime('%s', 'now'))
|
||||
);
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue