Rank 2: Process
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get it to work.
Votes
0
Replies
6
Participants
2
Messages
7
Rank 2: Process
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get it to work.
Rank 2: Process
Rank 2: Process
there are no indexes or relationships
Rank 3: Container
okay, the auto delete of an index when you delete a column is what caused this, the index was not deleted but the column was and it go stuck with no way to fix it from the UI. definitely a bug
Rank 3: Container
I created a new table to fix it.
Were you deleting multiple columns? It'd be great if we can reproduce this so we can figure out how to prevent it from happening again
Rank 3: Container
I can try to create it again