]> source.dussan.org Git - nextcloud-server.git/commit
fix(postgres): Remove old Postgres 9.4 workaround
authorJoas Schilling <coding@schilljs.com>
Wed, 5 Jul 2023 08:24:33 +0000 (10:24 +0200)
committerJoas Schilling <coding@schilljs.com>
Fri, 6 Oct 2023 13:29:25 +0000 (15:29 +0200)
commitb202b139dd145a92626893a58bbc83bdfdda5880
tree209ef3fd68be15c4bdd67766494cb655e16bc412
parentad839dbb0a095911da519ef19c6a8b494d0f1697
fix(postgres): Remove old Postgres 9.4 workaround

Postgres 10 is the minimum in the meantime
and doctrine/dbal fixed this in 2.6.0 already
ref https://github.com/doctrine/dbal/pull/2614

Signed-off-by: Joas Schilling <coding@schilljs.com>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/DB/Connection.php
lib/private/DB/PostgreSqlMigrator.php [deleted file]
tests/lib/DB/MigratorTest.php