Fix the sql schema to use the correct end of quote.
This commit is contained in:
parent
c9b921a6cd
commit
7cbb64c4de
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ create or replace function bugzilla_sync_email() returns trigger AS $bz_sync_e$
|
|||
plpy.execute(plan, change)
|
||||
|
||||
return None
|
||||
$bz_sync_p$ language plpythonu;
|
||||
$bz_sync_e$ language plpythonu;
|
||||
|
||||
create trigger email_bugzilla_sync before update on people
|
||||
for each row execute procedure bugzilla_sync_email();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue