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.

22 lines
422B

  1. <?php
  2. use yii\db\Migration;
  3. use domain\Producer\Producer\Producer;
  4. use domain\PointSale\PointSale\PointSale;
  5. use domain\PointSale\UserPointSale\UserPointSale;
  6. class m190226_084104_lien_utilisateur_point_de_vente extends Migration
  7. {
  8. public function up()
  9. {
  10. }
  11. public function down()
  12. {
  13. echo "m190226_084104_lien_utilisateur_point_de_vente cannot be reverted.\n";
  14. return false;
  15. }
  16. }