From 42e296bec8ccd9cba767c8a3842ac2074dba0220 Mon Sep 17 00:00:00 2001 From: jojo aquino Date: Mon, 21 Apr 2025 06:51:13 +0100 Subject: [PATCH] missing ; --- EnotaryoPH/EnotaryoPH.DbMigration/Scripts/01_Schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EnotaryoPH/EnotaryoPH.DbMigration/Scripts/01_Schema.sql b/EnotaryoPH/EnotaryoPH.DbMigration/Scripts/01_Schema.sql index 3ae833c..6ff778a 100644 --- a/EnotaryoPH/EnotaryoPH.DbMigration/Scripts/01_Schema.sql +++ b/EnotaryoPH/EnotaryoPH.DbMigration/Scripts/01_Schema.sql @@ -712,4 +712,4 @@ CREATE OR REPLACE FUNCTION public.uuid_ns_x500() LANGUAGE c IMMUTABLE PARALLEL SAFE STRICT AS '$libdir/uuid-ossp', $function$uuid_ns_x500$function$ -; \ No newline at end of file +;