Files
nairobi/db
Javi Martín 7189a2368e Drop all tenant schemas before running db:dev_seed
When running this task we truncate all tables; however, doing so doesn't
execute the `after_destroy` callback which drops the generated schema.
That meant we could run into a situation where there are schemas in the
database with no associated tenant, leading to data inconsistencies.

So we're now destroying the tenants (alongside their schemas) before
truncating the rest of the database tables.
2022-11-09 18:19:20 +01:00
..
2022-06-01 14:27:33 +02:00
2022-05-04 16:22:46 +02:00
2021-01-14 17:38:01 +01:00