Skip to content

Commit cde8b1e

Browse files
author
Sandro Santilli
committed
Fix bug introduced by reordering postgis table metadata info cols
Thanks jef :)
1 parent 8e10876 commit cde8b1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/postgres/qgspgtablemodel.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class QgsPgTableModel : public QStandardItemModel
4949
{
5050
dbtmSchema = 0,
5151
dbtmTable,
52-
dbtmType,
53-
dbtmGeomType,
5452
dbtmGeomCol,
53+
dbtmGeomType, // Data type (geometry, geography, topogeometry, ...)
54+
dbtmType, // Spatial type (point, line, polygon, ...)
5555
dbtmSrid,
5656
dbtmPkCol,
5757
dbtmSelectAtId,

0 commit comments

Comments
 (0)