Skip to content

Commit

Permalink
open source v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cookie committed Jan 25, 2018
1 parent aee86e0 commit f92a574
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ class DatabaseList(models.Model):
password = models.CharField(max_length=50) #数据库密码
before = models.TextField(max_length=200, null=True) #提交工单 钉钉webhook发送内容
after = models.TextField(max_length=200, null=True) #工单执行成功后 钉钉webhook发送内容
<<<<<<< Updated upstream
url = models.CharField(max_length=500, null=True) #钉钉webhook url地址
=======
url = models.CharField(max_length=300, null=True) #钉钉webhook url地址
>>>>>>> Stashed changes
url = models.TextField(blank=True) #钉钉webhook url地址


class SqlRecord(models.Model):
Expand Down

0 comments on commit f92a574

Please sign in to comment.