Previously WipeEverything used x.DBMetas() which returns all tables in the database, including those owned by PostgreSQL extensions like PostGIS. This caused restore to fail with 'cannot drop table spatial_ref_sys because extension postgis requires it'. Now uses the registered table list instead. Fixes go-vikunja/vikunja#2219 |
||
|---|---|---|
| .. | ||
| fixtures | ||
| db.go | ||
| db_path_test.go | ||
| dump.go | ||
| helpers.go | ||
| helpers_test.go | ||
| test.go | ||
| test_fixtures.go | ||