plane/apiserver/plane/db/apps.py
pablohashescobar 45a52116a7
refactor: move issue activity tracking from django-channels to rqworker (#207)
* refactor: move issue activity tracking from django channels to rqworker

* refactor: update old value and new value from character type to text type
2023-01-31 00:46:59 +05:30

6 lines
85 B
Python

from django.apps import AppConfig
class DbConfig(AppConfig):
name = "plane.db"