Add RenameAttribute to gotype/migrate_ops.go. TypeDB doesn't have native rename — requires creating the new attribute, migrating data, and removing the old one.
Should generate a multi-step migration sequence. Mark as not directly reversible (or provide reverse rename).
Files: gotype/migrate_ops.go, gotype/migrate_ops_test.go
Add
RenameAttributetogotype/migrate_ops.go. TypeDB doesn't have native rename — requires creating the new attribute, migrating data, and removing the old one.Should generate a multi-step migration sequence. Mark as not directly reversible (or provide reverse rename).
Files:
gotype/migrate_ops.go,gotype/migrate_ops_test.go