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