Klesh Wong
Klesh Wong
I see... does @petkostas 's link work? > Does the following link work? https://join.slack.com/t/devlake-io/shared_invite/zt-3e9dlaurp-JTLNb7Bu1OxYjU3WbLM5HQ
What are the merge options for all merge operations? merge, rebase, or squash?
Could not reproduce the problem: The migration went through on my local machine, and the table was created successfully. Can you identify the offending migration script?
> This looks related to `.First` method called in the [AutoMigrateTables](https://github.com/apache/incubator-devlake/blob/4b418b9cc638c21db0f6ff47de15f0ecf4d31aa6/backend/helpers/migrationhelper/migrationhelper.go#L43) and how PG handles ordering. [metabase/metabase#12153](https://github.com/metabase/metabase/issues/12153) Not sure is this has changed between PG versions, what PG version is...
Thanks for the explanation. @OG256 could you provide some context/input on this?
Is `keyset` and `api/v4` available in `Community Edition 11+` ?
Hi, you may run the following command to fix the golangci-lint error: ``` gofmt -s -w -l plugins/gitlab/tasks/account_collector.go ```
Can you share the `devlake` container logs for diagnosis?
@petkostas You may assign the issue to yourself on to top right corner if you are going to work on it.
Hi, @OG256 Can you take a look at the PR and provide your insight? Thanks.