Skip to content

Commit

Permalink
fix: Make schema version an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Feb 24, 2023
1 parent bb09d80 commit 1a118bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/db/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def bytes_repr(data: bytes) -> str:
return bytes_repr_(data, False, None)


schema_version = "2.0"
schema_version = "2"

DB_SCHEMA = f"""
CREATE TABLE IF NOT EXISTS version (
Expand Down

0 comments on commit 1a118bb

Please sign in to comment.