Files
vikunja/pkg/migration
kolaente 88e8bcf250 feat: drop columns for real in SQLite migrations
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.
2026-08-05 19:35:11 +02:00
..