Module not installing tokens table

Created on 20 February 2024, 4 months ago
Updated 23 February 2024, 4 months ago

Problem/Motivation

When installing the module it does not create the ik_constant_contact_tokens table in the database.

Steps to reproduce

1. Install a fresh Drupal 10 instance.
2. Run composer require drupal/ik_constant_contact
3. Run drush pm:install ik_constant_contact
4. Inspect database and see there is no ik_constant_contact_tokens table.

Proposed resolution

Inside ik_constant_contact.install the ik_constant_contact_schema function needs a return $schema at the bottom. Since it doesn't return the schema the table isn't created.

Remaining tasks

N/A

User interface changes

N/A

API changes

N/A

Data model changes

N/A

πŸ› Bug report
Status

Fixed

Version

3.1

Component

Code

Created by

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

Merge Requests

Comments & Activities

Production build 0.69.0 2024