diff options
Diffstat (limited to 'src/chef/database/init.clj')
-rw-r--r-- | src/chef/database/init.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chef/database/init.clj b/src/chef/database/init.clj index f791e39..803e85a 100644 --- a/src/chef/database/init.clj +++ b/src/chef/database/init.clj @@ -8,7 +8,7 @@ [:name :text] [:question :text] [:children :text] - [:parent :text]]})) + [:parent :text]]})) ;TODO: create root category (jdbc/execute! db (sql/format {:create-table :recipes :with-columns [[:id :integer :auto-increment :primary-key] [:category :integer] |