feat: support basic user system
This commit is contained in:
4
db/query/config.sql
Normal file
4
db/query/config.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- name: GetConfig :one
|
||||
SELECT *
|
||||
FROM config
|
||||
WHERE id = 0;
|
||||
Reference in New Issue
Block a user