|
|
| Participants: |
Eloy Lafuente (stronk7)
|
| Security Level: |
None
|
| Resolved date: |
25/Sep/07
|
| Affected Branches: |
MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE
|
|
Avoid default comments for id fields, keys and indexes.
Clean current ones from install.xml files
Ciao :-)
|
|
Description
|
Avoid default comments for id fields, keys and indexes.
Clean current ones from install.xml files
Ciao :-) |
Show » |
|
"id of the table, please edit me"->within new created install.xml files
"Primary key for XXX"-> within new created install.xml files
"id of the table, please edit me"
> within new created tables>id"primary key of the table, please edit me"
>within new created tables>pk"Default comment for the field, please edit me" when adding a new field
"Default comment for the index, please edit me" when adding a new index
"Default comment for the key, please edit me" when adding a new key
Remove them from the XMLDEditor and from the current install.xml files
Only the table comment will remain with one: "Default comment for the table, please edit me", because it's interesting to add meaningful comments for the table.