Correction bug that would not allow project creation in the Postgres backend.

Merged
#59 · Created  · Last updated

Merged pull request

Merged in pdebug (pull request #59)

76293b9·Author: ·Closed by: ·2017-08-01

Description

A bug in the SQL code to create a project broke the project creation feature. This PR:

  • Removes old SQL code that created an index for a table that does not exist anymore in the Postgres schema (Logs), and thus failed. This code was probably left in a previous refactorization of the code.

  • Simplifies the env variables to configure the test database for the postgres unittests.

0 attachments

0 comments

Loading commits...