Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjameson committed Jan 3, 2025
1 parent d1b56d9 commit 1d21123
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
alter table "public"."contexts" add column "assign_all_members" boolean default false;

alter table "public"."project_documents" add column "sort" integer default 0;

set check_function_bodies = off;

CREATE OR REPLACE FUNCTION public.do_assign_all_check_for_user(_project_id uuid, _user_id uuid)
Expand Down

0 comments on commit 1d21123

Please sign in to comment.