Bläddra i källkod

Correction bug primary key table developpement_priorite

master
keun 7 år sedan
förälder
incheckning
674d6ea73e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      console/migrations/m171226_200642_tables_developpement.php

+ 1
- 1
console/migrations/m171226_200642_tables_developpement.php Visa fil

@@ -21,7 +21,7 @@ class m171226_200642_tables_developpement extends Migration {
$this->createTable('developpement_priorite', [
'id_etablissement' => Schema::TYPE_INTEGER . ' NOT NULL',
'id_developpement' => Schema::TYPE_INTEGER . ' NOT NULL',
'PRIMARY KEY (`id_user`, `id_developpement`)'
'PRIMARY KEY (`id_etablissement`, `id_developpement`)'
]);
}


Laddar…
Avbryt
Spara