mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
Add created_at column to users (#354)
This commit is contained in:
parent
f8233bcb63
commit
796644e24e
@ -0,0 +1 @@
|
|||||||
|
alter table users add column created_at timestamp not null default now();
|
Loading…
Reference in New Issue
Block a user