parent
216f696774
commit
6c7972c7e0
@ -0,0 +1 @@
|
||||
- 💥[Improvement] Convert `events.user_id` and `video_events.user_id` fields from Int64 to UInt64. (by @FahadKhalid210)
|
||||
@ -0,0 +1,5 @@
|
||||
ALTER TABLE events
|
||||
MODIFY COLUMN user_id UInt64;
|
||||
|
||||
ALTER TABLE video_events
|
||||
MODIFY COLUMN user_id UInt64;
|
||||
Loading…
x
Reference in New Issue
Block a user