mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
init auth-service
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS auth_methods CASCADE;
|
||||
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE auth_methods (
|
||||
"user_id" varchar(64) PRIMARY KEY,
|
||||
"password" varchar(128) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user