Fix vfc-lcm start warning 69/35369/1
authorying.yunlong <ying.yunlong@zte.com.cn>
Tue, 13 Mar 2018 05:50:43 +0000 (13:50 +0800)
committerying.yunlong <ying.yunlong@zte.com.cn>
Tue, 13 Mar 2018 05:50:43 +0000 (13:50 +0800)
Change-Id: I67770d9a9832046bde1442c887c1c5c3eae21451
Issue-ID: VFC-809
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
lcm/pub/database/models.py
lcm/settings.py

index 306cc51..22a7a6b 100644 (file)
@@ -302,7 +302,7 @@ class ServiceBaseInfoModel(models.Model):
     active_status = models.CharField(db_column='activeStatus', max_length=20)
     status = models.CharField(db_column='status', max_length=20)
     creator = models.CharField(db_column='creator', max_length=50)
-    create_time = models.BigIntegerField(db_column='createTime', max_length=20)
+    create_time = models.BigIntegerField(db_column='createTime')
 
 
 class WFPlanModel(models.Model):
index 128d298..37c923c 100644 (file)
@@ -45,8 +45,6 @@ INSTALLED_APPS = [
     'django.contrib.staticfiles',
     'rest_framework',
     'lcm.pub.database',
-    # 'lcm.samples',
-    # 'lcm.swagger',
     'drf_yasg'
 ]