From 6e5816ef677524fd6dacc952e9528883d8befd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 13 Oct 2022 14:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=A3=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...013045828_wechat_auto.php => 20221013045829_wechat_auto.php} | 0 ...013045828_wechat_fans.php => 20221013045830_wechat_fans.php} | 0 ...wechat_fans_tags.php => 20221013045831_wechat_fans_tags.php} | 0 ...013045828_wechat_keys.php => 20221013045832_wechat_keys.php} | 0 ...3045828_wechat_media.php => 20221013045833_wechat_media.php} | 2 +- ...013045828_wechat_news.php => 20221013045834_wechat_news.php} | 0 ..._news_article.php => 20221013045835_wechat_news_article.php} | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename database/migrations/{20221013045828_wechat_auto.php => 20221013045829_wechat_auto.php} (100%) rename database/migrations/{20221013045828_wechat_fans.php => 20221013045830_wechat_fans.php} (100%) rename database/migrations/{20221013045828_wechat_fans_tags.php => 20221013045831_wechat_fans_tags.php} (100%) rename database/migrations/{20221013045828_wechat_keys.php => 20221013045832_wechat_keys.php} (100%) rename database/migrations/{20221013045828_wechat_media.php => 20221013045833_wechat_media.php} (97%) rename database/migrations/{20221013045828_wechat_news.php => 20221013045834_wechat_news.php} (100%) rename database/migrations/{20221013045828_wechat_news_article.php => 20221013045835_wechat_news_article.php} (100%) diff --git a/database/migrations/20221013045828_wechat_auto.php b/database/migrations/20221013045829_wechat_auto.php similarity index 100% rename from database/migrations/20221013045828_wechat_auto.php rename to database/migrations/20221013045829_wechat_auto.php diff --git a/database/migrations/20221013045828_wechat_fans.php b/database/migrations/20221013045830_wechat_fans.php similarity index 100% rename from database/migrations/20221013045828_wechat_fans.php rename to database/migrations/20221013045830_wechat_fans.php diff --git a/database/migrations/20221013045828_wechat_fans_tags.php b/database/migrations/20221013045831_wechat_fans_tags.php similarity index 100% rename from database/migrations/20221013045828_wechat_fans_tags.php rename to database/migrations/20221013045831_wechat_fans_tags.php diff --git a/database/migrations/20221013045828_wechat_keys.php b/database/migrations/20221013045832_wechat_keys.php similarity index 100% rename from database/migrations/20221013045828_wechat_keys.php rename to database/migrations/20221013045832_wechat_keys.php diff --git a/database/migrations/20221013045828_wechat_media.php b/database/migrations/20221013045833_wechat_media.php similarity index 97% rename from database/migrations/20221013045828_wechat_media.php rename to database/migrations/20221013045833_wechat_media.php index 1a41ee445..c42c40d7d 100644 --- a/database/migrations/20221013045828_wechat_media.php +++ b/database/migrations/20221013045833_wechat_media.php @@ -5,7 +5,7 @@ use think\migration\Migrator; /** * 微信素材数据 */ -class WechatMeida extends Migrator +class WechatMedia extends Migrator { private $name = 'wechat_media'; diff --git a/database/migrations/20221013045828_wechat_news.php b/database/migrations/20221013045834_wechat_news.php similarity index 100% rename from database/migrations/20221013045828_wechat_news.php rename to database/migrations/20221013045834_wechat_news.php diff --git a/database/migrations/20221013045828_wechat_news_article.php b/database/migrations/20221013045835_wechat_news_article.php similarity index 100% rename from database/migrations/20221013045828_wechat_news_article.php rename to database/migrations/20221013045835_wechat_news_article.php