Skip to content
  • Daniel Vrátil's avatar
    Fix SQLite DB schema upgrade to version 35 · 2fcd7c4c
    Daniel Vrátil authored
    SQLite does not support DROP COLUMN and our upgrade language is not
    expressive enough to handle that in another way, so for now we just
    leave the 'external' column in PartTable on SQLite, it will simply
    be ignored. On other backends the column is removed as expected.
    
    BUG: 384024
    FIXED-IN: 5.6.1
    2fcd7c4c