From 872cf3e768bf11862e8f9d71a2ca6a5eafacb865 Mon Sep 17 00:00:00 2001 From: Michael Fliegner Date: Fri, 31 May 2024 07:26:12 +0200 Subject: [PATCH] 1.6.2 --- src/DDL.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DDL.jl b/src/DDL.jl index 47af427..9463cf2 100644 --- a/src/DDL.jl +++ b/src/DDL.jl @@ -160,7 +160,7 @@ function up() column(:ref_validfrom, :bigint, "REFERENCES versions(id) ON DELETE CASCADE") column(:ref_invalidfrom, :bigint, "DEFAULT 2^53 - 1 REFERENCES versions(id) ON DELETE SET DEFAULT") column(:ref_valid, :int8range) - column(:interface_id, :bigint) + column(:interface_id, :bigint, not_null=true) column(:description, :string) ] end