pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed an issue where SQLite database definition is wr
Date: 2021-12-01 11:54:56
Message-ID: E1msOCO-0006WU-Vz@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)parkale(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-12-01 11:55:17 Re: [pgAdmin][RM7031]: Database definition wrong
Previous Message Pradip Parkale 2021-12-01 10:52:44 [pgAdmin][RM7031]: Database definition wrong