diff options
author | mkanat%bugzilla.org <> | 2007-12-13 10:14:32 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-12-13 10:14:32 +0100 |
commit | a4b66874db35b0ad64257b202dc48d43924eb14e (patch) | |
tree | b8bc2ff96e223c326810d5d9c032286d61e2b1da /template/en/default/global | |
parent | 5c779ad57796cf6c1f88efe2f3b88b1b96144004 (diff) | |
download | bugzilla-a4b66874db35b0ad64257b202dc48d43924eb14e.tar.gz bugzilla-a4b66874db35b0ad64257b202dc48d43924eb14e.tar.xz |
Bug 408032: [Oracle] Make bzdbcopy.pl work with Oracle
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 28557bfcb..86660de18 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -388,6 +388,9 @@ [% ELSIF message_tag == "install_fk_add" %] Adding foreign key: [% table FILTER html %].[% column FILTER html %] -> [% fk.TABLE FILTER html %].[% fk.COLUMN FILTER html %]... + [% ELSIF message_tag == "install_fk_drop" %] + Dropping foreign key: [% table FILTER html %].[% column FILTER html %] -> [% fk.TABLE FILTER html %].[% fk.COLUMN FILTER html %]... + [% ELSIF message_tag == "install_group_create" %] Creating group [% name FILTER html %]... |