This commit is contained in:
dheepa
2021-08-09 11:14:23 +00:00
parent a0d3257be0
commit f3cf5e1d2d
89 changed files with 4769 additions and 1508 deletions

View File

@@ -1,3 +1,4 @@
SET search_path To fw_core;
CREATE DOMAIN fw_flag_bool AS BOOL;
@@ -312,3 +313,5 @@ CREATE TABLE staging1.staging_generic_table (
column52 varchar(1024) NULL,
column53 varchar(1024) NULL
);