I have setup the Apartment gem, and have a user table in each tenant, but if I tries to create a user with the same email in two different tenants, I get "User exists" when I tries to create the user in the second tenant.
No user data is saved to the public scheme.
What have I overlooked?