Skip to content

Commit 4b37932

Browse files
committed
feat: mention PostgreSQL support in NEWS.txt/README.md
Addressed to #1034 [skip ci]
1 parent 797a9a7 commit 4b37932

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dist: xenial
22
language: java
33

4+
# @todo #1034 Travis CI: run tests on PostgreSQL
45
env:
56
matrix:
67
- SPRING_PROFILES_ACTIVE=test

NEWS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- (infrastructure) add ability to send e-mails via Mailgun API
3030
- (infrastructure) port the integration tests to Robot Framework. Also remove TestNG and FEST assertions
3131
- (functionality) implement import of a series sales by URL
32+
- (infrastructure) add support for PostgreSQL
3233

3334
0.3
3435
- (functionality) implemented possibility to user to add series to his collection

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you are programmer/sysadmin or you just feeling that you are able to run a lo
3939
* *Template engine*: Thymeleaf
4040
* *UI*: HTML, Bootstrap and a bit of JavaScript with JQuery
4141
* *Security*: Spring Security
42-
* *Databases*: H2 or MySQL
42+
* *Databases*: H2, MySQL or PostgreSQL
4343
* *Database access*: Spring's `JdbcTemplate`
4444
* *Database migrations*: Liquibase
4545
* *Validation*: JSR-303 (Hibernate Validator)

0 commit comments

Comments
 (0)