nextcloud/lib
Joas Schilling 1412eedbc4 fix(migration): Make naming constraint fail softer on updates
Only on installation we want to break hard, so that all developers notice
the bugs when installing the app on any database or CI, and can work on
fixing their migrations before releasing a version incompatible with Postgres.

In case of updates we might be running on production instances and the
administrators being faced with the error would not know how to resolve it
anyway. This can also happen with instances, that had the issue before the
current update, so we don't want to make their life more complicated
than needed.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-02-08 10:07:19 +00:00
..
composer prepare migration to lazy config 2024-01-22 11:32:23 -01:00
l10n Fix(l10n): Update translations from Transifex 2024-01-28 00:19:17 +00:00
private fix(migration): Make naming constraint fail softer on updates 2024-02-08 10:07:19 +00:00
public fix(apps): Fix type information of app manager 2024-02-03 11:47:47 +01:00
autoloader.php Remove deprecated methods Util::writeLog and DIContainer::log 2023-09-25 10:37:12 +02:00
base.php fix(l10n): invalid translation of a number 2023-10-21 11:48:46 +02:00
versioncheck.php Allow PHP 8.3 in version check 2023-09-30 22:52:57 +02:00