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.
1 Reply
I've had the same issues.
I had to resort to using migrations in dev to stop it trying to delete the tables.