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

ref: #783 #782
This commit is contained in:
2025-06-03 10:27:53 +09:30
parent d5b465ea0e
commit 0f3da21aa4
2 changed files with 3 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@ -29,7 +29,7 @@
"3",
"--bind",
"0.0.0.0:8002",
"app.wsgi:application",
"centurion.wsgi:application",
],
"django": true,
"autoStartBrowser": false,

View File

@ -4,4 +4,6 @@ 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 feature_flag_history # pylint: disable=W0611:unused-import
from . import feature_flag_notes # pylint: disable=W0611:unused-import
from . import software_enable_feature_flag # pylint: disable=W0611:unused-import