Skip to content
Snippets Groups Projects
Commit 9d6ad71a authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Suppression de la table TBL_DEMS, devenue inutile

parent 17562cb9
No related branches found
No related tags found
1 merge request!55Ll bug report services
<?php
//@formatter:off
return [
'name' => 'TBL_DEMS_TBL_FK',
'unique' => FALSE,
'table' => 'TBL_DEMS',
'columns' => [
'TBL_NAME',
],
];
//@formatter:on
<?php
//@formatter:off
return [
'name' => 'TBL_DEMS_TBL_FK',
'table' => 'TBL_DEMS',
'rtable' => 'TBL',
'delete_rule' => 'CASCADE',
'index' => NULL,
'columns' => [
'TBL_NAME' => 'TBL_NAME',
],
];
//@formatter:on
...@@ -94,7 +94,6 @@ return [ ...@@ -94,7 +94,6 @@ return [
'TBL_CHARGENS_SEUILS_DEF_ID_SEQ', 'TBL_CHARGENS_SEUILS_DEF_ID_SEQ',
'TBL_CLOTURE_REALISE_ID_SEQ', 'TBL_CLOTURE_REALISE_ID_SEQ',
'TBL_CONTRAT_ID_SEQ', 'TBL_CONTRAT_ID_SEQ',
'TBL_DEMS_ID_SEQ',
'TBL_DMEP_LIQUIDATION_ID_SEQ', 'TBL_DMEP_LIQUIDATION_ID_SEQ',
'TBL_DOSSIER_ID_SEQ', 'TBL_DOSSIER_ID_SEQ',
'TBL_LIEN_ID_SEQ', 'TBL_LIEN_ID_SEQ',
......
<?php
//@formatter:off
return [
'name' => 'TBL_DEMS',
'temporary' => FALSE,
'logging' => FALSE,
'commentaire' => NULL,
'sequence' => 'TBL_DEMS_ID_SEQ',
'columns' => [
'ID' => [
'name' => 'ID',
'type' => 'int',
'bdd-type' => 'NUMBER',
'length' => 0,
'scale' => '0',
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 1,
'commentaire' => NULL,
],
'PARAM' => [
'name' => 'PARAM',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 30,
'scale' => NULL,
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 3,
'commentaire' => NULL,
],
'TBL_NAME' => [
'name' => 'TBL_NAME',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 30,
'scale' => NULL,
'precision' => NULL,
'nullable' => FALSE,
'default' => NULL,
'position' => 2,
'commentaire' => NULL,
],
'VALUE' => [
'name' => 'VALUE',
'type' => 'string',
'bdd-type' => 'VARCHAR2',
'length' => 80,
'scale' => NULL,
'precision' => NULL,
'nullable' => TRUE,
'default' => NULL,
'position' => 4,
'commentaire' => NULL,
],
],
];
//@formatter:on
...@@ -1360,12 +1360,6 @@ return [ ...@@ -1360,12 +1360,6 @@ return [
'EDITE', 'EDITE',
'SIGNE', 'SIGNE',
], ],
'TBL_DEMS' => [
'ID',
'TBL_NAME',
'PARAM',
'VALUE',
],
'TBL_DMEP_LIQUIDATION' => [ 'TBL_DMEP_LIQUIDATION' => [
'ID', 'ID',
'ANNEE_ID', 'ANNEE_ID',
......
...@@ -7,6 +7,7 @@ return [ ...@@ -7,6 +7,7 @@ return [
'ADRESSE_STRUCTURE', 'ADRESSE_STRUCTURE',
'INTERVENANT_SAISIE', 'INTERVENANT_SAISIE',
'DOSSIER', 'DOSSIER',
'TBL_DEMS',
]], ]],
'materialized-view' => ['includes' => [ 'materialized-view' => ['includes' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment