Skip to content
Discussion options

You must be logged in to vote

In the end, I resort to mysql and managed to bring the service provider back by setting the removed field to NULL. BTW, the state is still enabled and frankly, there should be a more conventional way to bring it back via gui or api, editing the datbase feels really dangerous.
The update statement i use
UPDATE physical_network_service_providers SET removed = NULL WHERE id = <network service provider id in mysql>;

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@chunkyen
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by chunkyen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants