chore(devops): Add GitGroup old history and notes models to init so they exist

ref: #783 #781
This commit is contained in:
2025-06-03 10:27:11 +09:30
parent caeabe0793
commit d5b465ea0e

View File

@ -1,5 +1,7 @@
from . import check_ins # pylint: disable=W0611:unused-import
from . import git_group # pylint: disable=W0611:unused-import
from . import git_group_history # pylint: disable=W0611:unused-import
from . import git_group_notes # pylint: disable=W0611:unused-import
from . import git_repository # pylint: disable=W0611:unused-import
from . import feature_flag # pylint: disable=W0611:unused-import
from . import software_enable_feature_flag # pylint: disable=W0611:unused-import