From bc5271b0eb0efffb314ee8f5a6b80cd6c7e4979e Mon Sep 17 00:00:00 2001 From: berumuron Date: Mon, 17 Jan 2022 13:13:27 +0100 Subject: fix: Ignore non-PHP files in migrations/ folder (#4163) Some NAS create folders named `@eaDir` in the FreshRSS tree, including the `migrations/` folder. This broke the migration system which expected only valid PHP files to be present in this folder. Now, it ignores non-PHP files. Reference: https://github.com/FreshRSS/FreshRSS/issues/4044 --- tests/fixtures/migrations/2022_01_17_IgnoredFile | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/fixtures/migrations/2022_01_17_IgnoredFile (limited to 'tests/fixtures') diff --git a/tests/fixtures/migrations/2022_01_17_IgnoredFile b/tests/fixtures/migrations/2022_01_17_IgnoredFile new file mode 100644 index 000000000..e69de29bb -- cgit v1.2.3