dependencies in file based module config | jeckels | 2011-04-28 09:00 |
Status: Closed | ||
Hi Ben, This is primarily to control the order in which SQL scripts run. For example, if your module has a foreign key to a table in the exp schema, you'd want to declare a dependency on the Experiment module, so that you can be sure that the target table exists before you try to create your FK. Thanks, Josh |
||