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

Encore du refactoring de BDD

parent d48c789c
No related branches found
No related tags found
1 merge request!55Ll bug report services
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_ANNEE_IDX', 'name' => 'TBL_NOEUD_ANNEE',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_ETAPE_IDX', 'name' => 'TBL_NOEUD_ETAPE',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_GTF_IDX', 'name' => 'TBL_NOEUD_GTF',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_NETAPE_IDX', 'name' => 'TBL_NOEUD_NETAPE',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_NOEUD_IDX', 'name' => 'TBL_NOEUD_NOEUD',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
//@formatter:off //@formatter:off
return [ return [
'name' => 'TBL_NOEUD_STRUCTURE_IDX', 'name' => 'TBL_NOEUD_STRUCTURE',
'unique' => FALSE, 'unique' => FALSE,
'table' => 'TBL_NOEUD', 'table' => 'TBL_NOEUD',
'columns' => [ 'columns' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment