mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
One more default and useless comment deleted. MDL-11385
This commit is contained in:
parent
535c0080c3
commit
964170c69c
@ -160,7 +160,6 @@ class new_table_from_mysql extends XMLDBAction {
|
||||
$key->setFromADOKey($dbindex);
|
||||
/// Set default comment to PKs
|
||||
if ($key->getType() == XMLDB_KEY_PRIMARY) {
|
||||
$key->setComment('Primary key for ' . $table->getName());
|
||||
}
|
||||
/// Add key to the table
|
||||
$table->addKey($key);
|
||||
|
Loading…
x
Reference in New Issue
Block a user