Fix the sql schema to use the correct end of quote.

This commit is contained in:
Toshio Kuratomi 2008-03-11 17:59:16 -07:00
parent c9b921a6cd
commit 7cbb64c4de

View file

@ -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();