I’d like to use collections inheritance mechanisms but inheritance collection creation option is not proposed on my 1.3.20-beta nor with my 1.4.0-alpha instance ?
I am using main (built-in) database (my-sql V8).
Are there some restrictions depending on database ?
Is it a deprecated feature ?
any idea to make it appear ?
PostgreSQL supports inheritance, while MySQL does not.
Thanks a lot for your feed back.
I tried migrating my app to postreSQL using backup/restore plugin, but plugin doesn’t allow to inject mysql backup into a postgreSQL instance.
Is there another way to achieve this kind of migration ?
Thanks in advance for help.
Different databases cannot be converted. If you want to use inheritance, you will need to rebuild based on PostgreSQL.