@@ -182,7 +182,7 @@ CAUTION: Do not modify this file unless you know what you are doing.
182182 <role name =" postgres" />
183183</sequence >
184184
185- <table name =" flags_types_dictionary " layers =" 0" collapse-mode =" 2" max-obj-count =" 6" z-value =" 0" >
185+ <table name =" flag_types_dictionary " layers =" 0" collapse-mode =" 2" max-obj-count =" 6" z-value =" 0" >
186186 <schema name =" public" />
187187 <role name =" postgres" />
188188 <tag name =" dictionaries_layer" />
@@ -202,10 +202,10 @@ CAUTION: Do not modify this file unless you know what you are doing.
202202 <column name =" obsolate" not-null =" true" >
203203 <type name =" bool" length =" 0" />
204204 </column >
205- <constraint name =" flags_types_dictionary_pkey" type =" pk-constr" table =" public.flags_types_dictionary " >
205+ <constraint name =" flags_types_dictionary_pkey" type =" pk-constr" table =" public.flag_types_dictionary " >
206206 <columns names =" id" ref-type =" src-columns" />
207207 </constraint >
208- <constraint name =" ftp_name_unique" type =" uq-constr" table =" public.flags_types_dictionary " >
208+ <constraint name =" ftp_name_unique" type =" uq-constr" table =" public.flag_types_dictionary " >
209209 <columns names =" name" ref-type =" src-columns" />
210210 </constraint >
211211</table >
@@ -585,7 +585,7 @@ CAUTION: Do not modify this file unless you know what you are doing.
585585</constraint >
586586
587587<constraint name =" flag_type_fk" type =" fk-constr" comparison-type =" MATCH SIMPLE"
588- upd-action =" CASCADE" del-action =" CASCADE" ref-table =" public.flags_types_dictionary " table =" public.quality_control_flags" >
588+ upd-action =" CASCADE" del-action =" CASCADE" ref-table =" public.flag_types_dictionary " table =" public.quality_control_flags" >
589589 <columns names =" flag_type_id" ref-type =" src-columns" />
590590 <columns names =" id" ref-type =" dst-columns" />
591591</constraint >
@@ -690,7 +690,7 @@ CAUTION: Do not modify this file unless you know what you are doing.
690690
691691<relationship name =" rel_quality_control_flags_flags_types_dictionary" type =" relfk" layers =" 0"
692692 src-table =" public.quality_control_flags"
693- dst-table =" public.flags_types_dictionary " reference-fk =" flag_type_fk"
693+ dst-table =" public.flag_types_dictionary " reference-fk =" flag_type_fk"
694694 src-required =" false" dst-required =" true" />
695695
696696<relationship name =" rel_runs_detectors_runs" type =" relfk" layers =" 0"
@@ -808,12 +808,12 @@ CAUTION: Do not modify this file unless you know what you are doing.
808808 <privileges select =" true" delete =" true" insert =" true" update =" true" truncate =" true" references =" true" trigger =" true" />
809809</permission >
810810<permission >
811- <object name =" public.flags_types_dictionary " type =" table" />
811+ <object name =" public.flag_types_dictionary " type =" table" />
812812 <roles names =" postgres" />
813813 <privileges select =" true" delete =" true" insert =" true" update =" true" truncate =" true" references =" true" trigger =" true" />
814814</permission >
815815<permission >
816- <object name =" public.flags_types_dictionary " type =" table" />
816+ <object name =" public.flag_types_dictionary " type =" table" />
817817 <roles names =" " rct-user" " />
818818 <privileges select =" true" delete =" true" insert =" true" update =" true" truncate =" true" references =" true" trigger =" true" />
819819</permission >
0 commit comments