You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the way @rename searches for column names, it is impossible to rename from/to names which have special characters in them. E.g. @rename(Symbol("#abc def.") => :newname) does not work.