mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
chore: initial commit
This commit is contained in:
1
schema/sql/auth/000001_init_auth.down.sql
Normal file
1
schema/sql/auth/000001_init_auth.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS auth_methods CASCADE;
|
||||
4
schema/sql/auth/000001_init_auth.up.sql
Normal file
4
schema/sql/auth/000001_init_auth.up.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE auth_methods (
|
||||
user_id varchar(64) PRIMARY KEY,
|
||||
hashed_password varchar(128) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user