Commit 007a93f
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
0 commit comments