From 43cfdd66a3054a0218778834305a484fc7d4731e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=9B=88=20=EB=B3=80?= Date: Thu, 28 Mar 2024 12:10:21 +0900 Subject: [PATCH] Update postgres_insert_ddl.psql --- .../files/03-ddl-dml/postgres/postgres_insert_ddl.psql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cmoa_install/files/03-ddl-dml/postgres/postgres_insert_ddl.psql b/roles/cmoa_install/files/03-ddl-dml/postgres/postgres_insert_ddl.psql index 6bad44a..215a678 100644 --- a/roles/cmoa_install/files/03-ddl-dml/postgres/postgres_insert_ddl.psql +++ b/roles/cmoa_install/files/03-ddl-dml/postgres/postgres_insert_ddl.psql @@ -1907,4 +1907,4 @@ CREATE TABLE "cmoa_serviceaccount_base" ( "metadata_namespace" TEXT NULL DEFAULT NULL, "secrets" TEXT NULL DEFAULT NULL, PRIMARY KEY ("kube_flatting_time", "cluster_id", "kind", "metadata_uid", "row_index") -); +); \ No newline at end of file