Hello,
I know how multi tenancy works and have already implemented with MS SQL and Postgres.
But now i want to test on oracle.
In MS SQL it creates a new DB automatically is you specify a connection for a DB that doesn't exist.
In oracle a DB=PDB, does it create a new PDB ?
Hi,
I have same issue. i use asp.net /jquery.
My code is on git repo; advice you can help me.
Hello
i didn't add any code. its a normal add tenant by swagger.
am using oracles just released entity framework
Solved now, seems first time, you must run app without multi tenancy
I just disabled multi tenancy, and it worked. seems the issues happned at that point of multi tenancy--
Am using postgres db.
public const bool MultiTenancyEnabled = false;
Hello,
I think, you didn't get my question, i want to add a new table AbpOrganizationUnitRoles to above class, this new table you added in the latest version, it wasnt there before
Worked.
Thank you.