mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-23 00:34:20 +01:00
8655c93853
* refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
2 lines
74 B
SQL
2 lines
74 B
SQL
alter table users add column created_at timestamp not null default now();
|