'(sqlite3.IntegrityError) UNIQUE constraint failed: database.id,database.server [SQL: INSERT INTO "database" (id, schema_res, server) VALUES (?, ?, ?)]
I installed the PostgreSQL, created the database, then I had to reinstall everything, deleted the postgres, started creating the database again, this error is displayed
(sqlite3.IntegrityError) UNIQUE constraint failed: database.id, database.server [SQL: INSERT INTO "database" (id, schema_res, server) VALUES (?, ?, ?)] [parameters: (16394, '', 1)] (Background on this error at: http://sqlalche.me/e/13/gkpj)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
