We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to run v0.2.0 of this bot with a postgresql database in the maubot standalone mode, and I get the following error:
sqlalchemy.exc.ProgrammingError: (psycopg2.errors.InvalidForeignKey) there is no unique constraint matching given keys for referenced table "token" [SQL: CREATE TABLE "default" ( user_id VARCHAR(255) NOT NULL, gitlab_server TEXT, PRIMARY KEY (user_id), FOREIGN KEY(user_id) REFERENCES token (user_id), FOREIGN KEY(gitlab_server) REFERENCES token (gitlab_server) ) ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Trying to run v0.2.0 of this bot with a postgresql database in the maubot standalone mode, and I get the following error:
The text was updated successfully, but these errors were encountered: