Rules not creating tables after installation.

Created on 20 November 2023, over 1 year ago
Updated 22 November 2023, over 1 year ago

I installed rules through ftp upload, I can create rules and it works after that, but there are no rules tables in the mysql, is this normal or am I missing something ? Thanks

πŸ’¬ Support request
Status

Fixed

Component

Rules Core

Created by

πŸ‡¬πŸ‡§United Kingdom freelylw

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @freelylw
  • πŸ‡¬πŸ‡§United Kingdom freelylw
  • Status changed to Fixed over 1 year ago
  • πŸ‡ΊπŸ‡Έ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 a hook_schema() implementation that contains the table definitions, if any.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024