diff options
Diffstat (limited to 'src/chef/database/init.clj')
-rw-r--r-- | src/chef/database/init.clj | 3 |
1 files changed, 1 insertions, 2 deletions
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]]}))) |