mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
trying a different approach to get that exception 70 triggered reliably
This commit is contained in:
parent
bde7a19971
commit
14075cea78
@ -270,7 +270,7 @@ class ModelTest extends PHPUnit_Framework_TestCase
|
||||
$options['model_options']['pwd'],
|
||||
$options['model_options']['opt']
|
||||
);
|
||||
$statement = $db->prepare('DROP TABLE comment');
|
||||
$statement = $db->prepare('ALTER TABLE comment DROP COLUMN data');
|
||||
$statement->execute();
|
||||
$statement->closeCursor();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user