Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Default srid value to 0 in new table geom column
  • Loading branch information
DelazJ committed Aug 21, 2014
1 parent 8164f4b commit 57c9017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgCreateTable.ui
Expand Up @@ -228,7 +228,7 @@
<item row="3" column="1">
<widget class="QLineEdit" name="editGeomSrid">
<property name="text">
<string notr="true">-1</string>
<string notr="true">0</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 57c9017

Please sign in to comment.