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
Deleting a site via the API does not actually delete it from the database. This is causing some issues then when assigning idsite since these do not get recycled.
For example if I have 3 sites, with ids 1, 2, 3 respectively. Delete site 2 so now two sites with ids 1, 3. Then create a new site and it gets the idsite of 4
The text was updated successfully, but these errors were encountered:
Deleting a site via the API does not actually delete it from the database. This is causing some issues then when assigning
idsite
since these do not get recycled.For example if I have 3 sites, with ids
1, 2, 3
respectively. Delete site 2 so now two sites with ids1, 3
. Then create a new site and it gets theidsite
of4
The text was updated successfully, but these errors were encountered: