Updated migrations

This commit is contained in:
Ben Arc 2021-04-20 09:28:06 +01:00
parent 18752eeda9
commit db5b3306cd

View file

@ -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'))
);
"""