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 @@ ...@@ -42,6 +42,12 @@
</object> </object>
</value> </value>
</item> </item>
<item>
<key> <string>_col</string> </key>
<value>
<tuple/>
</value>
</item>
<item> <item>
<key> <string>_owner</string> </key> <key> <string>_owner</string> </key>
<value> <value>
...@@ -62,7 +68,7 @@ ...@@ -62,7 +68,7 @@
</item> </item>
<item> <item>
<key> <string>src</string> </key> <key> <string>src</string> </key>
<value> <string>DROP TABLE email;</string> </value> <value> <string>DROP TABLE IF EXISTS email;</string> </value>
</item> </item>
<item> <item>
<key> <string>template</string> </key> <key> <string>template</string> </key>
...@@ -98,7 +104,7 @@ ...@@ -98,7 +104,7 @@
</item> </item>
<item> <item>
<key> <string>raw</string> </key> <key> <string>raw</string> </key>
<value> <string>DROP TABLE email;</string> </value> <value> <string>DROP TABLE IF EXISTS email;</string> </value>
</item> </item>
</dictionary> </dictionary>
</state> </state>
......
2008-06-19 ivan
* Drop email table only if it exists
2008-04-17 yusei 2008-04-17 yusei
* Revise version to 5.0. * Revise version to 5.0.
......
6 8
\ No newline at end of file \ 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