Skip to content
Commit a7f964cf authored by Alex Barth's avatar Alex Barth
Browse files

- Allow implementing modules that use exportable tables to use hook_schema()...

- Allow implementing modules that use exportable tables to use hook_schema() (and thus change management via hook_update_N) on data managed tables.
- Make CTools a hard dependency. It has been a matter-of-fact dependency before, requiring it simplifies code.
- Add a .install to data_ui_test module: required for simpletest to set up and break down cleanly.

All tests passing. However, there remains a problem with occasionally illegal table definitions generated by fields generator in data_ui.test.
parent fc13c716
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment