feat: add cocker-compose yaml

This commit is contained in:
root
2025-07-13 10:35:18 +08:00
parent bc96260ec8
commit 26fbe6756d
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ PostgreSQL 驱动 psycopg2 未安装。请安装:
self.table_name = "templates"
# 初始化模板表
# self._init_template_table()
self._init_template_table()
@contextmanager
def _get_connection(self):