feat: added tags on upload and view tweaked navbar
This commit is contained in:
3
supabase/migrations/20250605162005_add_tags.sql
Normal file
3
supabase/migrations/20250605162005_add_tags.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
alter table "public"."study_spaces" add column "tags" text[] not null default ARRAY[]::text[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user