From b4b113796455b85389df1c826f6e7ec93e804001 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 24 Nov 2025 15:44:58 +0100 Subject: Add French name to nutrient model. --- db/migrations.rkt | 1 + 1 file changed, 1 insertion(+) (limited to 'db/migrations.rkt') diff --git a/db/migrations.rkt b/db/migrations.rkt index 48e788f..d07b130 100644 --- a/db/migrations.rkt +++ b/db/migrations.rkt @@ -49,6 +49,7 @@ (list (create-table #:if-not-exists nutrients #:columns [id integer #:not-null] [canonical_name text #:not-null] + [french_name text #:not-null] [formula text #:not-null] #:constraints (primary-key id) (unique canonical_name) -- cgit v1.2.3