Skip to content

Commit 0a996dc

Browse files
committed
chore: clean up schema.sql by removing unnecessary comments
Remove obsolete comments from the schema.sql file in frontend/internal-packages/db/supabase/schemas/schema.sql to enhance clarity and maintainability.
1 parent da482e0 commit 0a996dc

File tree

1 file changed

+0
-4
lines changed
  • frontend/internal-packages/db/supabase/schemas

1 file changed

+0
-4
lines changed

frontend/internal-packages/db/supabase/schemas/schema.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2205,10 +2205,6 @@ CREATE POLICY "users_same_organization_select_policy" ON "public"."users" FOR SE
22052205
ALTER PUBLICATION "supabase_realtime" OWNER TO "postgres";
22062206

22072207

2208-
2209-
2210-
2211-
22122208
ALTER PUBLICATION "supabase_realtime" ADD TABLE ONLY "public"."artifacts";
22132209

22142210

0 commit comments

Comments
 (0)