summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chef/database/init.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chef/database/init.clj b/src/chef/database/init.clj
index 803e85a..c1128e9 100644
--- a/src/chef/database/init.clj
+++ b/src/chef/database/init.clj
@@ -7,7 +7,6 @@
:with-columns [[:id :integer :auto-increment :primary-key]
[:name :text]
[:question :text]
- [:children :text]
[:parent :text]]})) ;TODO: create root category
(jdbc/execute! db (sql/format {:create-table :recipes
:with-columns [[:id :integer :auto-increment :primary-key]