mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix invalid comment
This commit is contained in:
parent
a9644ddec1
commit
83185a6b32
@ -455,7 +455,7 @@ class Updater
|
||||
}
|
||||
|
||||
try {
|
||||
// Alter plugin table.
|
||||
// Add primary key to the revision table.
|
||||
$db->query('ALTER TABLE {revision} ADD PRIMARY KEY (id)');
|
||||
} catch (\Exception $e) {
|
||||
$this->errors[] = getlocal('Cannot update tables: {0}', $e->getMessage());
|
||||
|
Loading…
Reference in New Issue
Block a user