From 7e507567859f2db33776bb39b18f164e36f7e693 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 30 Nov 2025 12:04:09 +0100 Subject: Refactor 'effective-on' to 'target-date'. --- db/migrations.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db') diff --git a/db/migrations.rkt b/db/migrations.rkt index a312623..d4b8356 100644 --- a/db/migrations.rkt +++ b/db/migrations.rkt @@ -119,9 +119,9 @@ (list (create-table #:if-not-exists nutrient_targets #:columns [id integer #:not-null] ;; ISO8601 date - [effective_on text #:not-null] + [target_date text #:not-null] #:constraints (primary-key id) - (unique effective_on)))) + (unique target_date)))) ;;;;;;;; ;; CROPS -- cgit v1.2.3