rebranded to BIT
This commit is contained in:
@@ -10,7 +10,7 @@ DEFAULT_STATUSES = ["backlog", "in_progress", "on_hold", "done"]
|
||||
|
||||
def migrate():
|
||||
# Connect to the database
|
||||
conn = sqlite3.connect('tesseract.db')
|
||||
conn = sqlite3.connect('bit.db')
|
||||
cursor = conn.cursor()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user