1
0
mirror of https://github.com/atuinsh/atuin.git synced 2025-03-21 02:48:29 +01:00
atuin/atuin-server-postgres/migrations/20220426172813_user-created-at.sql
Conrad Ludgate 8655c93853
refactor server to allow pluggable db and tracing ()
* refactor server to allow pluggable db and tracing

* clean up

* fix descriptions

* remove dependencies
2023-06-12 09:04:35 +01:00

2 lines
74 B
SQL

alter table users add column created_at timestamp not null default now();