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
The service_instance table does not have a primary key. that key should be id.
I am unsure if adding this key will create chaos. the lack of a PK allows duplicate rows which was about to create chaos. I coded arounded it for the time being.
The text was updated successfully, but these errors were encountered:
The
service_instance
table does not have a primary key. that key should beid
.I am unsure if adding this key will create chaos. the lack of a PK allows duplicate rows which was about to create chaos. I coded arounded it for the time being.
The text was updated successfully, but these errors were encountered: