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
I'd assume in here INSERT INTO service_options (id, parent_service, name, description, tag, docker_image, created_at, updated_at) you are missing a column for "start parameters" or something like that as well as something that is intended to be NULL (cannot identify this from the given info)
Upon following the tutorial in the wiki you get the following error upon executing the sql queries:
Basically for the last three rows of the statement 10 instead of 8 values are given.
The text was updated successfully, but these errors were encountered: