Add new components, styles, and services for user management and navigation

This commit is contained in:
liosha84
2025-06-25 13:30:36 +03:00
parent 485222591a
commit 9b7465d3dc
3 changed files with 52 additions and 0 deletions
@@ -0,0 +1,2 @@
ALTER TABLE IF EXISTS public.tutorials
ALTER COLUMN id ADD GENERATED ALWAYS AS IDENTITY;