﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29763	Add support for column renames on SQLite3 in schema editor	Markus Holtermann	Hampus Dunström	"Starting with version 3.25.0, SQLite3 gained support for `ALTER TABLE table RENAME COLUMN oldname TO newname`: https://www.sqlite.org/releaselog/3_25_0.html

The SQLite3 schema editor, used by the migrations framework, however, won't use this new feature yet, but instead will continue to create a new table and copy data over.

This ticket is about evaluating the feasibility of adding `RENAME COLUMN` support for column renames on SQLite3 >=3.25 while keeping the ""remake table"" approach for older versions.

One thing we need to ensure, we _somehow_ need to keep testing the old and new behavior on our CI."	Cleanup/optimization	closed	Migrations	dev	Normal	fixed			Accepted	1	0	0	0	0	0
