summaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations/20220426172813_user-created-at.sql
blob: a9138194e74bdbb8c8d21068829afebee447d224 (plain)
1
alter table users add column created_at timestamp not null default now();