From 294f71fb3c5ca3f0fee62e70c9c6a3427a9afc12 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 7 Jun 2025 13:09:24 +0200 Subject: Add features to upload and delete thumbnails --- src/chef/database/init.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/chef/database') diff --git a/src/chef/database/init.clj b/src/chef/database/init.clj index ef4bd2f..192b775 100644 --- a/src/chef/database/init.clj +++ b/src/chef/database/init.clj @@ -14,5 +14,4 @@ [:title :text] [:unit :integer] [:ingredients :text] - [:preparation :text] - [:thumbnail :text]]}))) + [:preparation :text]]}))) -- cgit v1.2.3