Skip to content

Commit

Permalink
content_script_version_4: ensure meta attribute is null by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed May 7, 2024
1 parent 2c27741 commit 365fda1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ContentScriptVersion_4* =
"""
ALTER TABLE messages ADD meta VARCHAR;
ALTER TABLE messages ADD meta VARCHAR default null;
CREATE INDEX IF NOT EXISTS i_query ON messages (contentTopic, pubsubTopic, storedAt, id);
Expand Down

0 comments on commit 365fda1

Please sign in to comment.