* fix(nc-gui): duplicated view name issue
* fix(nc-gui): duplicated webhook title issue
* fix(nc-gui): duplicated field name issue from MFE
* fix(nocodb): duplicate integration unique name issue
* fix(nc-gui): duplicate default view is throwing error in views are not loaded
* test(nc-gui): update copyview test case
* fix(nocodb): ai review changes
* test(nc-gui): update MFE duplicate field test case
* test(nc-gui): fix kanban view test fail issue
* feat: decide default base creation behaviour on app load based on permission
* refactor: change the order of init
* docs: update env docs
* feat: add minimal db support for pg
* fix: import statement correction
* fix: add migration to migration list
* fix: pass schema name on baseModelSql instance creation
* refactor: move isMeta logic to CE version
* refactor: accept schema name as argument in pgclient
* refactor: getBaseModelSql method
* refactor: migrate pgClient methods to CE
* refactor: include minimal db schema in data queries
* docs: detailed docs about minimal db
* chore: lint
* refactor: coderabbit review comments
* fix: move table operation methods
* refactor: migrate methods to CE
* refactor: migrate relationCreate to CE
* refactor: review comments
* docs: improvements
* refactor: cleanup import statements