mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
dcd77749dd
* Drop events. I'd still like to do them, but differently * Start adding delete api stuff * Set mailmap * Delete delete delete * Fix tests * Make clippy happy
3 lines
80 B
SQL
3 lines
80 B
SQL
-- Add migration script here
|
|
alter table history add column deleted_at integer;
|