webp support
This commit is contained in:
@@ -46,3 +46,6 @@ CREATE TABLE receipt (
|
||||
uploaded_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
|
||||
FOREIGN KEY (list_id) REFERENCES shopping_list(id)
|
||||
);
|
||||
|
||||
ALTER TABLE receipt ADD COLUMN filesize INTEGER;
|
||||
|
||||
|
Reference in New Issue
Block a user