Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#22481 closed Bug (fixed)

Dropping geometry columns (PostGIS < 2.0) doesn't work

Reported by: Claude Paroz Owned by: Claude Paroz
Component: Migrations Version: 1.7-beta-1
Severity: Release blocker Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

While working on #22451, I also found that dropping geometry columns didn't work with PostGIS 1.x.

Attachments (1)

22481-1.diff (3.4 KB ) - added by Claude Paroz 10 years ago.

Download all attachments as: .zip

Change History (5)

by Claude Paroz, 10 years ago

Attachment: 22481-1.diff added

comment:1 by Claude Paroz, 10 years ago

Has patch: set

The patch has to be applied over the one for #22451, hence just attaching it for now.

comment:2 by Claude Paroz <claude@…>, 10 years ago

In 2f9d1576e8395d401bd55d43046a6a65b575ab10:

Fixed removal of GIS column in PostGIS 1.x migration

Refs #22481.

comment:3 by Claude Paroz, 10 years ago

Resolution: fixed
Status: newclosed

comment:4 by Claude Paroz <claude@…>, 10 years ago

In 417e9f383f53b331576c26b29b9ab92ccb2e6df9:

[1.7.x] Fixed removal of GIS column in PostGIS 1.x migration

Refs #22481.
Backport of 2f9d1576e from master, squashed with 2f9d1576e8.

Note: See TracTickets for help on using tickets.
Back to Top