1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-19 08:57:16 +03:00

Add created_at column to users (#354)

This commit is contained in:
Ellie Huxtable 2022-04-26 22:27:51 +01:00 committed by GitHub
parent f8233bcb63
commit 796644e24e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
alter table users add column created_at timestamp not null default now();