Skip to content

Commit 57c9017

Browse files
committedAug 21, 2014
Default srid value to 0 in new table geom column
1 parent 8164f4b commit 57c9017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/db_manager/ui/DlgCreateTable.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
<item row="3" column="1">
229229
<widget class="QLineEdit" name="editGeomSrid">
230230
<property name="text">
231-
<string notr="true">-1</string>
231+
<string notr="true">0</string>
232232
</property>
233233
</widget>
234234
</item>

0 commit comments

Comments
 (0)
Please sign in to comment.