Skip to content

Commit

Permalink
Use longtext for kv store values. (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurva authored Jun 5, 2024
1 parent 568f1dc commit 4eae5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple/stats/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
_CREATE_KEY_VALUE_STORE_TABLE = """
create table if not exists key_value_store (
lookup_key varchar(255),
value TEXT
value longtext
);
"""

Expand Down

0 comments on commit 4eae5da

Please sign in to comment.