Closed (fixed)
Project:
Entity Construction Kit (ECK)
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2013 at 12:58 UTC
Updated:
9 May 2013 at 02:37 UTC
Hi,
Should this module delete the eck_{entity} tables for defined entities when being uninstalled?
It does not remove them now.
If not, then when the module is disabled/uninstalled and reinstalled, creating the same entity again will throw SQL error (where test was my testing entity):
DatabaseSchemaObjectExistsException: Table eck_test already exists. in DatabaseSchema->createTable() (line 657 of /var/www/entity/includes/database/schema.inc).
Thanks,
Mihai
Comments
Comment #1
fmizzell commentedYes it should. Will look into this.
Comment #2
fmizzell commentedand backported to 2.x