mirror of
https://github.com/atuinsh/atuin.git
synced 2024-12-01 20:55:49 +01:00
3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
-- Add migration script here
|
||
|
alter table history add column deleted_at integer;
|