Add default value for remote_id

Fixes SQLite migration with non-null column.
This commit is contained in:
Vincent Petry 2015-02-26 12:06:28 +01:00
parent adc986f3e4
commit ba71ee6059
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
<field>
<name>remote_id</name>
<type>integer</type>
<default>-1</default>
<notnull>true</notnull>
<length>4</length>
</field>