forked from lavina/lavina
1
0
Fork 0
lavina/crates/lavina-core/migrations/4_new_challenges.sql

5 lines
111 B
SQL

create table challenges_argon2_password(
user_id integer primary key not null,
hash string not null
);