Clament John
07/26/2021, 3:12 PM@DeleteColumn annotation, like so
@DeleteColumn(tableName = "User", columnName = "phone")
@DeleteColumn(tableName = "Product", columnName = "description")
@DeleteTable(tableName = "Category")
class TestRoomAutoMigration: AutoMigrationSpec { }
but I get this error
Repeatable annotations with non-SOURCE retention are not yet supported
Also asked here - SO link