remove support for microsoft sqlserver, AFAIK nobody's using it and it's not covered with integration tests

This commit is contained in:
Athou
2024-07-03 13:02:20 +02:00
parent 21a32ce0eb
commit eae80a6450
4 changed files with 0 additions and 17 deletions

View File

@@ -104,10 +104,6 @@ app:
# for PostgreSQL
# driverClass is org.postgresql.Driver
# url is jdbc:postgresql://localhost:5432/commafeed
#
# for Microsoft SQL Server
# driverClass is net.sourceforge.jtds.jdbc.Driver
# url is jdbc:jtds:sqlserver://localhost:1433/commafeed;instance=<instanceName, remove if not needed>
database:
driverClass: org.h2.Driver