rename manual folder to seed-manual (#326)

This commit is contained in:
Ulf Gebhardt 2025-08-26 10:39:29 +01:00 committed by GitHub
parent af7f51efbd
commit 62777970fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ npx directus-sync seed push \
--directus-email admin@it4c.dev \
--directus-password admin123
./directus-config/manual/seed.sh
./directus-config/seed-manual/seed.sh
```
## Pull Data from Docker to Harddrive
@ -64,7 +64,7 @@ npx directus-sync seed diff \
## Manual Seed
In order to seed files and additional data not covered by `directus-sync` run the script `backend/directus-config/manual/seed.sh`.
In order to seed files and additional data not covered by `directus-sync` run the script `backend/directus-config/seed-manual/seed.sh`.
## Backup Database