mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-23 08:45:04 +01:00
95cc472037
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place
2 lines
74 B
SQL
2 lines
74 B
SQL
alter table users add column created_at timestamp not null default now();
|