pour déploiement auto v2 via gitlab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

30 lines
559 B

columns:
from_code:
type: text
default: "''::text"
from_database:
type: text
from_id:
type: bigint
default: "0"
table_code:
type: text
to_code:
type: text
default: "''::text"
to_id:
type: bigint
default: "0"
indexes:
i_consolidation_translation_1:
column: from_database
method: btree
i_consolidation_translation_2:
column: table_code
method: btree
i_consolidation_translation_3:
column: from_id
method: btree
i_consolidation_translation_4:
column: to_id
method: btree