Skip to content

Commit 1fd8a7b

Browse files
✨(backend) update Docker Hub workflow and fix migration conflict
- Added 'feature/doc-dnd' branch to the Docker Hub workflow to support new feature development. - Created a new migration to add the 'has_deleted_children' field to the document model, enhancing the management of document states.
1 parent 62120cc commit 1fd8a7b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- 'main'
9+
- 'feature/doc-dnd'
910
tags:
1011
- 'v*'
1112
pull_request:

src/backend/core/migrations/0021_remove_document_is_public_and_more.py renamed to src/backend/core/migrations/0022_remove_document_is_public_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class Migration(migrations.Migration):
77
dependencies = [
8-
("core", "0020_remove_is_public_add_field_attachments_and_duplicated_from"),
8+
("core", "0021_activate_unaccent_extension"),
99
]
1010

1111
operations = [

0 commit comments

Comments
 (0)