M240709075942UpdateQimallAddonsSubscribeOrder.php 729 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. namespace app\migrations;
  3. use yii\db\Migration;
  4. /**
  5. * Class M240709075942UpdateQimallAddonsSubscribeOrder
  6. */
  7. class M240709075942UpdateQimallAddonsSubscribeOrder extends Migration
  8. {
  9. /**
  10. * {@inheritdoc}
  11. */
  12. public function safeUp()
  13. {
  14. }
  15. /**
  16. * {@inheritdoc}
  17. */
  18. public function safeDown()
  19. {
  20. echo "M240709075942UpdateQimallAddonsSubscribeOrder cannot be reverted.\n";
  21. return false;
  22. }
  23. /*
  24. // Use up()/down() to run migration code without a transaction.
  25. public function up()
  26. {
  27. }
  28. public function down()
  29. {
  30. echo "M240709075942UpdateQimallAddonsSubscribeOrder cannot be reverted.\n";
  31. return false;
  32. }
  33. */
  34. }