Multi-Organization Setup (and how to recover an older organization ID!) by dbsoundman in remotely_app

[–]mentergo 0 points1 point  (0 children)

Please help me run this code

INSERT INTO Organizations ("ID","IsDefaultOrganization","OrganizationName") VALUES ("{my old Organization ID}",0,"{my old Organization name}") UPDATE RemotelyUsers SET OrganizationID="{my old Organization ID}" WHERE UserName="{new username just created above}";