mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 16:23:54 +01:00
41e8d135a8
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. |
||
---|---|---|
.. | ||
20210425153745_create_history.sql | ||
20210425153757_create_users.sql | ||
20210425153800_create_sessions.sql | ||
20220419082412_add_count_trigger.sql | ||
20220421073605_fix_count_trigger_delete.sql | ||
20220421174016_larger-commands.sql | ||
20220426172813_user-created-at.sql | ||
20220505082442_create-events.sql | ||
20220610074049_history-length.sql | ||
20230315220537_drop-events.sql | ||
20230315224203_create-deleted.sql | ||
20230515221038_trigger-delete-only.sql | ||
20230623070418_records.sql | ||
20231202170508_create-store.sql | ||
20231203124112_create-store-idx.sql | ||
20240108124837_drop-some-defaults.sql |