mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-28 11:16:00 +01:00
5 lines
212 B
MySQL
5 lines
212 B
MySQL
|
-- Add migration script here
|
||
|
alter table history alter column user_id drop default;
|
||
|
alter table sessions alter column user_id drop default;
|
||
|
alter table total_history_count_user alter column user_id drop default;
|