Drizzle trying to delete PostGIS tables.

I've just installed the PostGIS integration which adds certain tables.

Now when I try to do my normal db:push, I'm getting the following error:

error: "geography_columns" is not a table

It's also mentioning the following:
You're about to delete spatial_ref_sys table with 8500 items
Which then needs confirming?

Any advice? I'm assuming Drizzle should be ignoring these tables.
Was this page helpful?