Add default value for remote_id
Fixes SQLite migration with non-null column.
This commit is contained in:
parent
adc986f3e4
commit
ba71ee6059
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
<field>
|
||||
<name>remote_id</name>
|
||||
<type>integer</type>
|
||||
<default>-1</default>
|
||||
<notnull>true</notnull>
|
||||
<length>4</length>
|
||||
</field>
|
||||
|
|
Loading…
Reference in a new issue