pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr
Date
Msg-id E1msOCO-0006WU-Vz@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed an issue where SQLite database definition is wrong because the USER_ID FK
references the table user_old which is not available.

Fixes #7031

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6b613fdf368b5adfa66beb327d0d414ab7088ea4
Author: Pradip Parkale <pradip.parkale@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_6_3.rst         |  1 +
web/migrations/versions/35f29b1701bd_.py | 11 +++++++++-
web/migrations/versions/3ce25f562f3b_.py | 36 ++++++++++++++++++++++++++++++++
web/migrations/versions/7fedf8531802_.py |  4 +++-
web/migrations/versions/c465fee44968_.py |  7 ++++---
web/pgadmin/model/__init__.py            |  2 +-
6 files changed, 55 insertions(+), 6 deletions(-)


pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: [pgAdmin][RM7031]: Database definition wrong
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM7031]: Database definition wrong