feat: added tags on upload and view tweaked navbar

This commit is contained in:
Barf-Vader
2025-06-05 23:10:55 +01:00
committed by Gleb Koval
parent 022d9089e0
commit e625afd3b4
8 changed files with 196 additions and 15 deletions

View File

@@ -0,0 +1,3 @@
alter table "public"."study_spaces" add column "tags" text[] not null default ARRAY[]::text[];