Bhikkhu-Kosalla 4 лет назад
Родитель
Сommit
f82c6bbf97
2 измененных файлов с 37 добавлено и 0 удалено
  1. 17 0
      v1/scripts/install2.bat
  2. 20 0
      v1/scripts/install2.sh

+ 17 - 0
v1/scripts/install2.bat

@@ -0,0 +1,17 @@
+
+php ./migrations/20211204120700_wbws_copy.php
+php ./migrations/20211204120600_wbw_blocks_copy.php
+php ./migrations/20211215214400_channel_copy.php
+php ./migrations/20211207052901_sent_copy.php
+php ./migrations/20211207052900_sent_block_copy.php
+php ./migrations/20211207164600_sent_pr_copy.php
+php ./migrations/20211207171500_sent_historay_copy.php
+php ./migrations/20211210160700_user_dict_copy.php
+php ./migrations/20211214191900_user_operation_dailys_copy.php
+php ./migrations/20211214190200_user_operation_frames_copy.php
+php ./migrations/20211214181900_user_operation_log_copy.php
+php ./migrations/20211218093500_articles_copy.php
+php ./migrations/20211218132000_collections_copy.php
+php ./migrations/20211218133000_article_collection_copy.php
+
+net time \\127.0.0.1

+ 20 - 0
v1/scripts/install2.sh

@@ -0,0 +1,20 @@
+#!/bin/sh
+
+date
+
+php ./migrations/20211204120700_wbws_copy.php
+php ./migrations/20211204120600_wbw_blocks_copy.php
+php ./migrations/20211215214400_channel_copy.php
+php ./migrations/20211207052901_sent_copy.php
+php ./migrations/20211207052900_sent_block_copy.php
+php ./migrations/20211207164600_sent_pr_copy.php
+php ./migrations/20211207171500_sent_historay_copy.php
+php ./migrations/20211210160700_user_dict_copy.php
+php ./migrations/20211214191900_user_operation_dailys_copy.php
+php ./migrations/20211214190200_user_operation_frames_copy.php
+php ./migrations/20211214181900_user_operation_log_copy.php
+php ./migrations/20211218093500_articles_copy.php
+php ./migrations/20211218132000_collections_copy.php
+php ./migrations/20211218133000_article_collection_copy.php
+
+date