This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/oam_env_cleanup/templates/tsg_threshold_cleanup.sql.j2
2020-04-07 15:43:40 +08:00

23 lines
466 B
Django/Jinja

/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50713
Source Host : localhost:3306
Source Database : alt
Target Server Type : MYSQL
Target Server Version : 50713
File Encoding : 65001
Date: 2020-01-21 17:33:00
*/
SET FOREIGN_KEY_CHECKS=0;
use tsg_oam;
-- ----------------------------
-- Table structure for `tsg_threshold`
-- ----------------------------
DROP TABLE IF EXISTS `tsg_threshold`;