diff options
| author | Marius Peter <dev@marius-peter.com> | 2025-11-24 15:44:58 +0100 |
|---|---|---|
| committer | Marius Peter <dev@marius-peter.com> | 2025-11-24 15:44:58 +0100 |
| commit | b4b113796455b85389df1c826f6e7ec93e804001 (patch) | |
| tree | da3f143888cf883dd1f109962c84cf58a74e523f /db/migrations.rkt | |
| parent | 507844a30cbbdaf166a2fd56c9a6e4985c7d7c97 (diff) | |
Add French name to nutrient model.
Diffstat (limited to 'db/migrations.rkt')
| -rw-r--r-- | db/migrations.rkt | 1 |
1 files changed, 1 insertions, 0 deletions
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) |