DB Structure -
Environment - Self Hosted (EC2 , Postgres RDS)
We have hosted twenty in our environment and everything works fine actually but we noticed a major change in the DB structure from what we have in a localhost setup and our production environment.
The schema structure
Localhost - the tables asscociated to metadata are under metadeta
Self Hosted Production - the tables asscociated to metadata are under core
Any help , suggestion is much appreciated


3 Replies
Hello please run
npx database:reset twenty-server
in local to rebuild you dev env or run upgrade commands locally
We're merged the metadata and core schemas@prastoin thanks for the clarifications..so If I get it correctly our production db structure is good and latest ..