Skip to content

Commit 007a93f

Browse files
Vitexusclaude
andcommitted
fix: ensure /usr/lib/multiflexi-database/seeds/ dir is created in package
dh only installs files listed in .install; if the seeds/ directory is absent on the installed system phinx silently omits it from seed paths and 'phinx seed:run -s EncryptionKeysSeeder' fails with "class does not exist". Adding the dir to multiflexi-migrations.dirs guarantees it exists even before any seed files are copied. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bd32c1c commit 007a93f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

debian/multiflexi-migrations.dirs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/etc/multiflexi
2+
/usr/lib/multiflexi-database/seeds

0 commit comments

Comments
 (0)