feat(database): implement version management and migration checks during initialization

This commit is contained in:
UncleCode
2024-11-17 18:09:33 +08:00
parent 2a82455b3d
commit f9fe6f89fe
4 changed files with 113 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ class PostInstallCommand(install):
def run(self):
install.run(self)
install_playwright()
run_migration()
# run_migration()
setup(
name="Crawl4AI",