mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2026-06-16 01:34:11 +03:00
Подключение к Postgres и тестовый эндпоинт авторизации
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TYPE user_role;
|
||||
@@ -0,0 +1,4 @@
|
||||
CREATE TYPE user_role AS ENUM (
|
||||
'STUDENT',
|
||||
'TEACHER',
|
||||
'ADMIN');
|
||||
Reference in New Issue
Block a user