diff options
author | morpheus65535 <[email protected]> | 2023-07-27 10:12:30 -0400 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2023-07-27 10:12:30 -0400 |
commit | 6f03758becabd53d71a9492eb324c245c9956636 (patch) | |
tree | 1db8813665ecbd187200e59aed18e36a27fb0d93 /.github | |
parent | bccded275c3cb09dc001d66858f3200c78723935 (diff) | |
download | bazarr-6f03758becabd53d71a9492eb324c245c9956636.tar.gz bazarr-6f03758becabd53d71a9492eb324c245c9956636.zip |
Fixed issue with missing migrations directory in release asset.v1.2.5-beta.4
Diffstat (limited to '.github')
-rw-r--r-- | .github/files_to_copy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/files_to_copy b/.github/files_to_copy index 336f93564..ed55a6ce7 100644 --- a/.github/files_to_copy +++ b/.github/files_to_copy @@ -4,3 +4,4 @@ libs bazarr.py requirements.txt postgres-requirements.txt +migrations |