TINYINT clogs updb for path_alias

Created on 22 December 2023, over 1 year ago
Updated 24 December 2023, over 1 year ago

Problem/Motivation

After using composer to upgrade to 10.2, I found that my database updates wouldn't work. THey were blocked by path_alias:

>  [notice] Update started: path_alias_post_update_drop_path_alias_status_index
>  [error]  Unable to parse the column type TINYINT 
>  [error]  Update failed: path_alias_post_update_drop_path_alias_status_index 
 [error]  Update aborted by: path_alias_post_update_drop_path_alias_status_index 
 [error]  Finished performing updates. 

I'm using SQLite which doesn't support a "TINYINT". All of the integers have the same type.

Any suggestions for the best way to unstick this?

πŸ› Bug report
Status

Active

Version

10.2 ✨

Component
SQLite driverΒ  β†’

Last updated about 2 months ago

No maintainer
Created by

πŸ‡ΊπŸ‡ΈUnited States bogdog400

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

Comments & Activities

Production build 0.71.5 2024