gittestapi / gittest

an implementation for gittest.com testing management
http://gittest.com
MIT License
8 stars 6 forks source link

Table 'yii2basic.request' doesn't exist #17

Closed JumpingYang001 closed 7 years ago

JumpingYang001 commented 7 years ago

http://gittest.com/index.php?r=repo%2Findex

Database Exception – yii\db\Exception

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'yii2basic.request' doesn't exist
 The SQL being executed was: SELECT COUNT(*) FROM `request` WHERE (`approverID`=1) AND (`isApproved` IS NULL)
Error Info: Array
(
    [0] => 42S02
    [1] => 1146
    [2] => Table 'yii2basic.request' doesn't exist
)

↵ 
Caused by: PDOException 

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'yii2basic.request' doesn't exist

in /var/www/html/gittest/basic/vendor/yiisoft/yii2/db/Command.php at line 902
JumpingYang001 commented 7 years ago

我的migration第一个没执行成功,后面的migration就不会继续执行。 等issue #19 修复后,应该就没这个问题。

yangzhenping commented 7 years ago

Fixed.