atuin/atuin-server-postgres
Ellie Huxtable 41e8d135a8
chore: schema cleanup (#1522)
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.
2024-01-08 13:43:33 +00:00
..
migrations chore: schema cleanup (#1522) 2024-01-08 13:43:33 +00:00
src feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
build.rs Add new sync (#1093) 2023-07-14 20:44:08 +01:00
Cargo.toml chore(release): prepare for release v17.2.1 (#1495) 2024-01-03 15:51:47 +00:00