[SearchEngine] Switch status bit to 32bit unsigned

This commit is contained in:
Romain Neutron
2012-10-22 23:34:34 +02:00
parent 999eafe20a
commit 96052ddf31

View File

@@ -4755,7 +4755,7 @@
<fields>
<field>
<name>id</name>
<type>bigint(20) unsigned</type>
<type>int(10) unsigned</type>
<null></null>
<extra>auto_increment</extra>
<default></default>