Commit d773f4d8 authored by Jérome Perrin's avatar Jérome Perrin

use "IF EXISTS" when dropping table


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20817 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5e46b1b2
......@@ -8,4 +8,4 @@ class_name:
class_file:
</dtml-comment>
<params></params>
DROP TABLE message
DROP TABLE IF EXISTS message
......@@ -8,4 +8,4 @@ class_name:
class_file:
</dtml-comment>
<params></params>
DROP TABLE message_queue
DROP TABLE IF EXISTS message_queue
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment