document payload migration runtime plan
This commit is contained in:
parent
4884b5d367
commit
ed1c84eb76
12 changed files with 892 additions and 0 deletions
16
.dockerignore
Normal file
16
.dockerignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.git
|
||||
.worktrees
|
||||
.migration-source
|
||||
.migration.env
|
||||
**/*.sql
|
||||
**/*.sql.gz
|
||||
**/node_modules
|
||||
**/.next
|
||||
payload/migration/generated
|
||||
**/uploads
|
||||
**/media
|
||||
**/migration/generated
|
||||
**/test-results
|
||||
**/playwright-report
|
||||
**/blob-report
|
||||
**/.auth
|
||||
Loading…
Add table
Add a link
Reference in a new issue