- Issue created by @freelylw
- Status changed to Fixed
over 1 year ago 11:24pm 22 November 2023 - πΊπΈUnited States tr Cascadia
Rules does not create any tables. Rules uses standard Drupal core data structures like Configuration Entities, and Drupal core creates and manages the storage for these core data structures when needed.
For future reference, a module that creates tables will have a file called
[module_name].install
. In that .install file will be ahook_schema()
implementation that contains the table definitions, if any. Automatically closed - issue fixed for 2 weeks with no activity.