Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • core
  • ext_tables.sql
Find file BlameHistoryPermalink
  • Christian Kuhn's avatar
    [BUGFIX] Fix sqlite bigint from ext_tables.sql issue · 10a4e286
    Christian Kuhn authored Jan 24, 2023
    Table sys_messenger_messages introduced with #97700
    declares a bigint(20) as primary key in ext_tables.sql.
    
    ext_tables.sql is essentially mysql syntax, the core
    SchemaMigrator creates a doctrine object structure
    from it, and struggles with bigint on sqlite, found
    by a nightly test.
    
    A simple fix is to declare a "casual" int(11), which
    should be more than big enough for this table and
    is in line with our other "uid" column primary keys
    of other tables.
    
    Resolves: #99689
    Related: #97700
    Releases: main
    Change-Id: I5322aefe0f8e9b93015eaf2fb7af1ae8536b94ae
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77555
    
    
    Reviewed-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Reviewed-by: Susanne Moog's avatarSusanne Moog <look@susi.dev>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Anja Leichsenring's avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Stefan Bürk's avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    10a4e286