pgAdmin 4 commit: Fix name of 'check-constraints' to follow the usuals - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Fix name of 'check-constraints' to follow the usuals
Date
Msg-id E1e46Yz-0003Up-V0@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix name of 'check-constraints' to follow the usual singular convention.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=784f3f59d8e3dc7a81d935affb21ec6db0900f8c
Author: Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>

Modified Files
--------------
.../constraints/check_constraint/__init__.py       | 24 +++++++++++-----------
.../static/img/check-constraint-bad.svg            |  1 +
.../static/img/check-constraint.svg                |  1 +
.../static/img/check-constraints-bad.svg           |  1 -
.../static/img/check-constraints.svg               |  1 -
.../check_constraint/static/js/check_constraint.js | 16 +++++++--------
.../check_constraint/css/check_constraint.css      |  8 ++++----
.../tables/partitions/static/js/partition.js       |  4 ++--
.../databases/schemas/tables/static/js/table.js    |  4 ++--
9 files changed, 30 insertions(+), 30 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: To fix Indentation issue in query tool
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch]: Fix naming convention for Check constraint.