aboutsummaryrefslogtreecommitdiffstats
path: root/crates/turtle/db/server-sqlite-migrations/20260127000000_remove-email-verification.sql
blob: 0bde89d7849a85a9c8cdfd5f220d4761518a8c1b (plain) (blame)
1
2
drop table if exists user_verification_token;
alter table users drop column verified_at;