webp support

This commit is contained in:
Mateusz Gruszczyński
2025-07-20 17:34:21 +02:00
parent 470cd32745
commit 3ebb364322
6 changed files with 73 additions and 20 deletions

View File

@@ -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;