For debugging purposes I would like to know when are some of my postgres schemas created at- is it possible?
Searched from PostgreSQL and Apartment docs but didn't find any helpful clues.
Environment and tools I'm using:
+---------------+----------+
| Tools | Version |
+--------------------------+
| PostgreSQL | 9.4.1 |
| Ruby | 2.2.1p85 |
| Ruby on Rails | 4.1.9 |
| Apartment gem | 0.26.1 |
+---------------+----------+
As you can see I use Apartment for creating schemas in my multi-tenant rails application.