atuin/atuin-server-postgres/migrations
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
..
20210425153745_create_history.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20210425153757_create_users.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20210425153800_create_sessions.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220419082412_add_count_trigger.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220421073605_fix_count_trigger_delete.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220421174016_larger-commands.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220426172813_user-created-at.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220505082442_create-events.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20220610074049_history-length.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20230315220537_drop-events.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20230315224203_create-deleted.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20230515221038_trigger-delete-only.sql refactor server to allow pluggable db and tracing (#1036) 2023-06-12 09:04:35 +01:00
20230623070418_records.sql Add new sync (#1093) 2023-07-14 20:44:08 +01:00
20231202170508_create-store.sql feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
20231203124112_create-store-idx.sql feat: rework record sync for improved reliability (#1478) 2024-01-05 17:57:49 +00:00
20240108124837_drop-some-defaults.sql chore: schema cleanup (#1522) 2024-01-08 13:43:33 +00:00