Budibase / budibase

Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
https://budibase.com
Other
21.24k stars 1.44k forks source link

Remove rename test from mysql.spec.ts, it's covered in table.spec.ts #13881

Closed samwho closed 4 weeks ago

samwho commented 4 weeks ago

Description

I'm actually not even sure this test is testing what it claims to be. Doesn't it just delete the column value and create the column age? How would it know this is a rename without the _rename key?