mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-01 02:59:33 +01:00
3 lines
80 B
MySQL
3 lines
80 B
MySQL
|
-- Add migration script here
|
||
|
alter table history add column deleted_at integer;
|