Deploy repo for erp-core-database
Go to file
rckrdmrd 57f41859de [PROJECTS] feat: Add timesheets DDL schema
Add complete projects schema with timesheets support:
- projects.projects table with status, privacy settings
- projects.tasks table with Kanban support
- projects.timesheets table for Odoo-style time tracking
- projects.milestones table for project milestones
- projects.project_stages table for Kanban columns
- projects.project_members table for team management

Includes all necessary indexes and enums for performance.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 04:27:58 -06:00
ddl [PROJECTS] feat: Add timesheets DDL schema 2026-01-20 04:27:58 -06:00
migrations refactor: Restructure DDL with numbered schema files 2026-01-16 00:40:32 -06:00
scripts refactor: Restructure DDL with numbered schema files 2026-01-16 00:40:32 -06:00
seeds/dev feat(catalogs): Add core catalogs DDL and seed data (MGN-005) 2026-01-18 08:57:41 -06:00