nextcloud/lib
Joas Schilling 487c33f479
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-07 20:45:51 +01:00
..
composer better indexes 2024-01-24 20:01:56 -01:00
l10n Fix(l10n): Update translations from Transifex 2024-01-28 00:19:08 +00:00
private fix(migration): Make naming constraint fail softer on updates 2024-02-07 20:45:51 +01:00
public chore: Add missing ArrayAccess template parameters 2024-02-06 10:24:41 +01:00
autoloader.php
base.php fix: Use DI for Setup class and move away from deprecated methods 2024-01-29 15:28:00 +01:00
versioncheck.php