Plugin Directory

Changeset 3325281


Ignore:
Timestamp:
07/09/2025 10:50:04 PM (7 months ago)
Author:
visualwebs
Message:

Resolve a missing field in the semantic search table install

Location:
visualwebs-ml
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • visualwebs-ml/tags/5.4.2/vendor/visualwebs-ml/Activator.php

    r3320111 r3325281  
    2525            updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date and time of job update',
    2626            job_errors varchar(255) DEFAULT NULL COMMENT 'Job Errors',
     27            job_object_files_content text COMMENT 'Job Object Files Content',
    2728            PRIMARY KEY  (job_id),
    2829            UNIQUE KEY ML_SEMANTIC_QUEUE_JOB_OBJECT_TYPE_JOB_OBJECT_ENTITY_ID (job_object_type, job_object_entity_id)
  • visualwebs-ml/trunk/vendor/visualwebs-ml/Activator.php

    r3320111 r3325281  
    2525            updated_at timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date and time of job update',
    2626            job_errors varchar(255) DEFAULT NULL COMMENT 'Job Errors',
     27            job_object_files_content text COMMENT 'Job Object Files Content',
    2728            PRIMARY KEY  (job_id),
    2829            UNIQUE KEY ML_SEMANTIC_QUEUE_JOB_OBJECT_TYPE_JOB_OBJECT_ENTITY_ID (job_object_type, job_object_entity_id)
Note: See TracChangeset for help on using the changeset viewer.