Skip to content

Commit

Permalink
force error
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Feb 20, 2024
1 parent 7d6d8c0 commit 4ca5cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/projectmetadatadao.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(self):
def create_model(self):
c = self.connection.cursor()
command = (
"CREATE TABLE IF NOT EXISTS projects ("
"XREATE TABLE IF NOT EXISTS projects ("
"name TEXT PRIMARY KEY,"
"last_fetch TIMESTAMP,"
"last_translation_update TIMESTAMP,"
Expand Down

0 comments on commit 4ca5cd3

Please sign in to comment.