mirror of
https://github.com/atuinsh/atuin.git
synced 2025-05-30 06:40:07 +02:00
The columns referred to in this PR, were for some reason created with defaults. When created years ago, they were `bigserial` not `bigint`. The defaults were never actually used, as verified by 1. Checking the value of the sequences on the database 2. Checking the code So we're safe to clean them up.