浏览代码

Update database

Mohidul Islam 5 年之前
父节点
当前提交
33e72e634c
共有 2 个文件被更改,包括 58 次插入80 次删除
  1. 57 79
      review_automation.sql
  2. 1 1
      review_automation/settings.py

文件差异内容过多而无法显示
+ 57 - 79
review_automation.sql


+ 1 - 1
review_automation/settings.py

@@ -71,7 +71,7 @@ DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',
         'NAME': 'review_automation',
-        'USER': 'bytetrek',
+        'USER': 'root',
         'PASSWORD': 'sad2002S1',
         'HOST': 'localhost',
         'PORT': '3306',

部分文件因为文件数量过多而无法显示