File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ CREATE SEQUENCE project_member_invites_id_seq
29
29
NO MAXVALUE
30
30
CACHE 1 ;
31
31
32
- ALTER TABLE project_member_invites_id_seq OWNER BY project_member_invites .id ;
32
+ ALTER SEQUENCE project_member_invites_id_seq OWNED BY project_member_invites .id ;
33
33
34
34
ALTER TABLE ONLY project_member_invites
35
35
ADD CONSTRAINT " project_member_invites_projectId_fkey" FOREIGN KEY (" projectId" ) REFERENCES projects(id) ON UPDATE CASCADE ON DELETE CASCADE ;
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export const BUS_API_EVENT = {
131
131
// Project Member Invites
132
132
PROJECT_MEMBER_INVITE_CREATED : 'notifications.connect.project.member.invite.created' ,
133
133
PROJECT_MEMBER_INVITE_UPDATED : 'notifications.connect.project.member.invite.updated' ,
134
- PROJECT_MEMBER_EMAIL_INVITE_CREATED : 'connect.action.project.membet .invite.created' ,
134
+ PROJECT_MEMBER_EMAIL_INVITE_CREATED : 'connect.action.project.member .invite.created' ,
135
135
} ;
136
136
137
137
export const REGEX = {
You can’t perform that action at this time.
0 commit comments