Commit 65641cc4 authored by Ivan Tyagov's avatar Ivan Tyagov

Drop email table only if it exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21704 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba9aab0f
......@@ -42,6 +42,12 @@
</object>
</value>
</item>
<item>
<key> <string>_col</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
......@@ -62,7 +68,7 @@
</item>
<item>
<key> <string>src</string> </key>
<value> <string>DROP TABLE email;</string> </value>
<value> <string>DROP TABLE IF EXISTS email;</string> </value>
</item>
<item>
<key> <string>template</string> </key>
......@@ -98,7 +104,7 @@
</item>
<item>
<key> <string>raw</string> </key>
<value> <string>DROP TABLE email;</string> </value>
<value> <string>DROP TABLE IF EXISTS email;</string> </value>
</item>
</dictionary>
</state>
......
2008-06-19 ivan
* Drop email table only if it exists
2008-04-17 yusei
* Revise version to 5.0.
......
6
\ No newline at end of file
8
\ No newline at end of file
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