Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
FahadKhalid210 committed Dec 20, 2023
1 parent 20d82c2 commit a877ba0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/20231220_171731_fahad.khalid_fahad_cairn_12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210)
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ ALTER TABLE events
MODIFY COLUMN user_id UInt64;

ALTER TABLE video_events
MODIFY COLUMN user_id UInt64;
MODIFY COLUMN user_id UInt64;

0 comments on commit a877ba0

Please sign in to comment.