Issues:
- A module no longer should explicitly install or uninstall its database schema in hook_install() or hook_uninstall().
- Schema descriptions are no longer translated
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | smsframework-fix_install-1477744-2.patch | 6.88 KB | berdyshev |
| #1 | smsframework-fix_dev_install-1477744-1.patch | 2.17 KB | atlea |
Comments
Comment #1
atlea commentedPatch with fixes.
Comment #2
berdyshev commentedAll modules which have schema installation call drupal_install_schema() function in hook_install() which is not required in Drupal 7.
Patch with fixes attached
Comment #3
zeezhao commentedHi - I tried installing the latest 7.x dev version without your patch, but the installation did not work -complained that some tables already existed! Please confirm that your patch fixes this. Thanks.
Maybe you should apply it to latest dev.
Comment #4
berdyshev commentedyes, this patch fixes those errors. and it is applied to the latest dev version.
Comment #5
gregglesLooks good to me.
Comment #6
univate commentedcommitted.