mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-27 09:58:09 -05:00
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