feat(migrations): add initial migration setup and performance indexes
- Introduced .pgmrc.json and migrate.json for node-pg-migrate configuration. - Added multiple migration files to create performance indexes for tasks and related entities. - Implemented functions for optimized task sorting and manual progress tracking. - Updated package.json to include migration scripts and dependencies for node-pg-migrate. - Created README.md for migration guidelines and best practices.
This commit is contained in:
3
worklenz-backend/.pgmrc.json
Normal file
3
worklenz-backend/.pgmrc.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"config-file": "migrate.json"
|
||||
}
|
||||
Reference in New Issue
Block a user