maint: remove migration code

This commit is contained in:
2025-03-13 20:26:14 +01:00
parent a5b7872d3f
commit 75328d9384
4 changed files with 3 additions and 368 deletions

View File

@@ -19,6 +19,8 @@ def initialize_db():
conn.commit()
conn.close()
print(f"Done loading database: {DB_PATH}")
def add_pattern(regex: str, response: str):
"""Adds a new pattern to the database."""