-
Goal: Once I migrate a table from development environment to production, I want to see the new table under the retool resource page immediately.
-
Steps:
- Create a new table in development.
- Use the migration feature to migrate the selected table over to production.
- Switch the database to production and you will not see your migrated table.
- Details: If I connect to the database using PGAdmin I can see the table. The table works as expected.