| From: | Dave Page <dpage(at)pgadmin(dot)org> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | pgAdmin 4 commit: Fix name of 'check-constraints' to follow the usual s |
| Date: | 2017-10-16 14:40:17 |
| Message-ID: | E1e46Yz-0003Up-V0@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(dot)zabuawala(at)enterprisedb(dot)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(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2017-10-16 14:40:35 | Re: [pgAdmin4][Patch]: Fix naming convention for Check constraint. |
| Previous Message | Dave Page | 2017-10-16 14:37:25 | Re: [pgAdmin4][Patch]: To fix Indentation issue in query tool |