From 7a1b62e2ecb7cd25f0697efc24cc8a0dc65a1ff6 Mon Sep 17 00:00:00 2001 From: Bill Moran Date: Sun, 28 Apr 2024 19:29:39 -0400 Subject: [PATCH] remove the TODO item for column check constraints --- lib/format/pgsql8/oneeighty_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/format/pgsql8/oneeighty_test.go b/lib/format/pgsql8/oneeighty_test.go index ba44dba..8390963 100644 --- a/lib/format/pgsql8/oneeighty_test.go +++ b/lib/format/pgsql8/oneeighty_test.go @@ -25,7 +25,6 @@ import ( // TODO list: Things that don't work yet but are feature improvements // * schema public description is not updated on create // * Data types are not normalized nor standardized nor anything like that -// * column check constraints are lost and converted to table constraints const aRole = "additional_role"