Files
Aether/crates/aether-data/schema/drivers/postgres/baseline/006_footer.sql

10 lines
252 B
MySQL
Raw Normal View History

-- Restore a normal lookup path before sqlx records this migration in the
-- same transaction. sqlx inserts into `_sqlx_migrations` unqualified.
SELECT pg_catalog.set_config('search_path', 'public', true);
--
-- PostgreSQL database dump complete
--