atuin/atuin-server-postgres/migrations/20220426172813_user-created-at.sql
Conrad Ludgate 8655c93853
refactor server to allow pluggable db and tracing (#1036)
* 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();