Missing hook_schema_alter().
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1926010-hook_schema_alter_with_items.patch | 2.02 KB | nevergone |
| #1 | 1926010-hook_schema_alter.patch | 1.59 KB | nevergone |
Missing hook_schema_alter().
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 1926010-hook_schema_alter_with_items.patch | 2.02 KB | nevergone |
| #1 | 1926010-hook_schema_alter.patch | 1.59 KB | nevergone |
Comments
Comment #1
nevergoneNeeds review.
Comment #2
sweetchuckLive template hook_schema_item is for create a new table, not for alter an exists one.
I think the db_add_field() (or nothing) is more relevant in this context.
Comment #3
nevergoneI think, help those who want to add a new field.