30 Star 243 Fork 87

店滴云物联网开源框架 / 店滴AI-人脸数据采集,识别,维护,心率算法

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
uninstall.php 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangchunsheng 提交于 2022-02-18 12:08 . 2022
<?php
/**
* @Author: Wang chunsheng email:2192138785@qq.com
* @Date: 2020-12-31 23:59:25
* @Last Modified by: Wang chunsheng email:2192138785@qq.com
* @Last Modified time: 2020-12-31 23:59:25
*/
namespace addons\diandi_ai;
use yii\db\Migration;
use common\enums\AppEnum;
use common\models\rbac\AuthItemChild;
use common\models\rbac\AuthRole;
use common\models\common\ConfigValue;
use common\helpers\MigrateHelper;
use common\interfaces\AddonWidget;
/**
* 卸载
*
* Class UnInstall
* @package addons\Merchants
*/
class UnInstall extends Migration implements AddonWidget
{
public function run($addon)
{
MigrateHelper::downByPath([
'@addons/diandi_ai/migrations/'
]);
}
}
PHP
1
https://gitee.com/wayfirer/diandi_ai.git
git@gitee.com:wayfirer/diandi_ai.git
wayfirer
diandi_ai
店滴AI-人脸数据采集,识别,维护,心率算法
master

搜索帮助