mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-30 09:07:40 -05:00
SQLite supports ALTER TABLE DROP COLUMN since 3.35 and the bundled driver ships 3.50.x, so dropTableColum no longer needs to skip SQLite with a warning that leaves dead columns behind.