chore: add migration script (#1960)

Co-authored-by: Shubham Naik <shub@memgpt.ai>
This commit is contained in:
Shubham Naik
2024-11-01 03:04:46 +09:00
committed by GitHub
parent 2bcbec152d
commit a8c3e90dc0
12 changed files with 427 additions and 46 deletions

View File

@@ -0,0 +1,4 @@
from letta.orm.base import Base
from letta.orm.organization import Organization
from letta.orm.tool import Tool
from letta.orm.user import User