Spaces:
Running
Running
File size: 205,123 Bytes
22f4a07 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 | -- Automatically generated PostgreSQL seed script converted from SQL Server dump
BEGIN;
SET session_replication_role = 'replica';
-- Clean up existing data to ensure idempotent/re-runnable execution
DELETE FROM "AuditLogs";
DELETE FROM "Comments";
DELETE FROM "Issues";
DELETE FROM "notifications";
DELETE FROM "user_devices";
DELETE FROM "Tasks";
DELETE FROM "ProjectMembers";
DELETE FROM "Projects";
DELETE FROM "RolePermissions";
DELETE FROM "RoleMenus";
DELETE FROM "Permissions";
DELETE FROM "Menus";
DELETE FROM "Users";
DELETE FROM "Roles";
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (1, 1, 'AssignAccess', 'Role', 'Assigned access permissions to role ''Manager'' (ID: 2)', '127.0.0.1', '2026-06-17T06:57:54.897');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (2, 1, 'AssignAccess', 'Role', 'Assigned access permissions to role ''Manager'' (ID: 2)', '127.0.0.1', '2026-06-17T06:59:13.933');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (3, 2, 'AssignAccess', 'Role', 'Assigned access permissions to role ''Employee'' (ID: 3)', '127.0.0.1', '2026-06-17T06:59:40.470');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (4, 1, 'AssignAccess', 'Role', 'Assigned access permissions to role ''Admin'' (ID: 1)', '127.0.0.1', '2026-06-17T07:06:35.453');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (5, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Revoked: Roles, Roles — Create, Roles — Delete, Roles — List, Roles — Update.', '127.0.0.1', '2026-06-17T07:39:06.907');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (6, 1, 'Create', 'User', 'Created user ''mgr11'' (Htoo Aung Lwin, mgr01@gmail.com) with role ''Manager''', '127.0.0.1', '2026-06-17T07:48:28.227');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (7, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. No changes detected.', '127.0.0.1', '2026-06-17T07:50:23.830');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (8, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. No changes detected.', '127.0.0.1', '2026-06-17T08:43:22.657');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (9, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Task Backlog.', '127.0.0.1', '2026-06-17T09:56:55.283');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (10, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Revoked: Task Backlog.', '127.0.0.1', '2026-06-17T09:58:15.990');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (11, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Overdue Tasks, Project Progress, Reports, Task Backlog, Task Report. Revoked: Tasks — Update.', '127.0.0.1', '2026-06-17T10:20:39.323');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (12, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. Granted: Task Backlog.', '127.0.0.1', '2026-06-17T14:55:11.923');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (13, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Granted: Users, Users — List.', '127.0.0.1', '2026-06-18T04:05:09.983');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (14, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Revoked: Users, Users — List.', '127.0.0.1', '2026-06-18T04:05:50.503');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (15, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Granted: Users, Users — List.', '127.0.0.1', '2026-06-18T04:24:06.327');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (16, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Granted: Roles, Roles — List. Revoked: Users, Users — List.', '127.0.0.1', '2026-06-18T04:24:39.533');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (17, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Granted: Roles — Create, Roles — Delete, Roles — Update, Task Backlog, Users, Users — Create, Users — Delete, Users — List, Users — Update.', '127.0.0.1', '2026-06-18T04:32:47.420');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (18, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Revoked: Roles, Roles — Create, Roles — Delete, Roles — List, Roles — Update, Task Backlog, Users, Users — Create, Users — Delete, Users — List, Users — Update.', '127.0.0.1', '2026-06-18T04:33:21.063');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (19, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Employee Report, Kanban Board, Project Assign, Projects — Create, Projects — Delete, Projects — Update, Roles, Roles — Create, Roles — Delete, Roles — List, Roles — Update, Task Assign, Tasks — Create, Tasks — Delete, Tasks — Update, Time Tracking, Users, Users — Create, Users — Delete, Users — List, Users — Update.', '127.0.0.1', '2026-06-18T04:33:33.847');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (20, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Revoked: Project Assign, Project List, Projects, Projects — Create, Projects — Delete, Projects — List, Projects — Update, Roles, Roles — Create, Roles — Delete, Roles — List, Roles — Update, Task Assign, Users, Users — Create, Users — Delete, Users — List, Users — Update.', '127.0.0.1', '2026-06-18T04:33:59.793');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (21, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Project List, Projects, Projects — List.', '127.0.0.1', '2026-06-18T04:35:14.170');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (22, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Revoked: Projects — Create, Projects — Delete, Projects — Update.', '127.0.0.1', '2026-06-18T04:37:39.747');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (23, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Granted: Projects — Create, Projects — Delete, Projects — Update.', '127.0.0.1', '2026-06-18T07:57:56.150');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (24, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Manager''. Revoked: Project Progress.', '127.0.0.1', '2026-06-18T09:04:05.613');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (25, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. No changes detected.', '127.0.0.1', '2026-06-18T12:17:20.890');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (26, 1, 'Create', 'Role', 'Created new role ''test''', '127.0.0.1', '2026-06-19T13:02:06.127');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (27, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''test''. No changes detected.', '127.0.0.1', '2026-06-19T13:02:06.907');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (28, 1, 'Create', 'User', 'Created user ''testing'' (test ing, testing@gmail.com) with role ''test''', '127.0.0.1', '2026-06-19T13:02:46.937');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (29, 1, 'Delete', 'User', 'Deleted user account ''testing'' (test ing)', '127.0.0.1', '2026-06-19T13:06:44.480');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (30, 1, 'Delete', 'Role', 'Deleted role ''test''', '127.0.0.1', '2026-06-19T13:06:51.520');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (31, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Revoked: Tasks — Create, Tasks — Delete, Tasks — Update.', '127.0.0.1', '2026-06-19T14:22:20.200');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (32, 1, 'Create', 'User', 'Created user ''maungaye'' (Maung Aye, maungaye@gmail.com) with role ''Employee''', '127.0.0.1', '2026-06-22T04:13:19.547');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (33, 1, 'Create', 'Role', 'Created new role ''Supervisor''', '127.0.0.1', '2026-06-22T04:15:08.430');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (34, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Supervisor''. Granted: Dashboard, Project List, Projects, Projects — Create, Projects — List.', '127.0.0.1', '2026-06-22T04:15:08.980');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (35, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. Granted: Add Issue, Add Issue — Create, Add Issue — Delete, Add Issue — List, Add Issue — Update. Revoked: 1.', '127.0.0.1', '2026-07-01T06:53:19.993');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (36, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Add Issue, Add Issue — Create, Add Issue — Delete, Add Issue — List, Add Issue — Update. Revoked: 1.', '127.0.0.1', '2026-07-01T07:11:49.900');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (37, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. No changes detected.', '127.0.0.1', '2026-07-01T07:50:14.773');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (38, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. Granted: Issue List. Revoked: 17.', '127.0.0.1', '2026-07-01T08:19:03.890');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (39, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Employee''. Granted: Issue List. Revoked: 17.', '127.0.0.1', '2026-07-02T03:39:57.093');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (40, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. Revoked: Audit Logs — List.', '127.0.0.1', '2026-07-03T07:15:03.567');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (41, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. Granted: Audit Logs — List.', '127.0.0.1', '2026-07-03T07:15:14.353');
INSERT INTO "AuditLogs" ("Id", "UserId", "Action", "Module", "Description", "IpAddress", "CreatedAt") VALUES (42, 1, 'AssignAccess', 'Role', 'Updated access permissions for role ''Admin''. No changes detected.', '127.0.0.1', '2026-07-03T07:23:59.247');
INSERT INTO "Comments" ("Id", "TaskId", "UserId", "Message", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (1, 7, 12, 'pee p', '2026-06-17T08:30:02.243', 12, NULL, NULL, FALSE);
INSERT INTO "Comments" ("Id", "TaskId", "UserId", "Message", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (2, 41, 12, 'hi', '2026-06-17T08:44:20.520', 12, '2026-06-17T08:44:25.987', 12, TRUE);
INSERT INTO "Comments" ("Id", "TaskId", "UserId", "Message", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (3, 41, 12, 'hihi', '2026-06-17T08:44:32.903', 12, NULL, NULL, FALSE);
INSERT INTO "Comments" ("Id", "TaskId", "UserId", "Message", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (4, 1, 1, 'hihi', '2026-06-18T12:19:43.717', 1, NULL, NULL, FALSE);
INSERT INTO "Comments" ("Id", "TaskId", "UserId", "Message", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (5, 117, 1, 'Hello', '2026-06-22T04:15:52.130', 1, NULL, NULL, FALSE);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (1, 117, 'Api test', 'Api Test', 1, 2, 12, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2026-07-01T07:14:40.177', 12, '2026-07-02T11:43:57.570', 1, FALSE, '2026-07-01', '2026-07-01', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (2, 117, 'Check Firewalls', NULL, 1, 2, 12, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2026-07-02T03:41:37.057', 12, '2026-07-02T11:43:57.570', 1, FALSE, '2026-07-02', '2026-07-02', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (3, 129, 'Refine user stories for Yangon Retail Upgrade retail checkout flow', 'Follow-up work for requirements workshop', 1, 2, 12, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-01-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-01-03', '2027-01-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (4, 130, 'Implement core point-of-sale (POS) integration for Yangon Retail', 'Follow-up work for implementation', 2, 3, 13, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-01-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-01-06', '2027-01-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (5, 131, 'QA validation on multi-currency checkout for Yangon Retail', 'Follow-up work for validation', 3, 1, 12, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-01-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-01-09', '2027-01-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (6, 132, 'Draft architecture design for Mandalay Service Portal customer dashboard', 'Follow-up work for requirements workshop', 1, 2, 14, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-02-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-02-03', '2027-02-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (7, 133, 'Develop service request submission form and state management', 'Follow-up work for implementation', 2, 3, 15, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-02-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-02-06', '2027-02-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (8, 134, 'UAT testing on customer service portal ticket routing', 'Follow-up work for validation', 3, 1, 14, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-02-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-02-09', '2027-02-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (9, 135, 'Review statutory tax calculation requirements for Payroll Hub', 'Follow-up work for requirements workshop', 1, 2, 16, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-03-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-03-03', '2027-03-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (10, 136, 'Build automated monthly payroll processing engine', 'Follow-up work for implementation', 2, 3, 17, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-03-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-03-06', '2027-03-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (11, 137, 'Verify payslip PDF generation accuracy against legacy data', 'Follow-up work for validation', 3, 1, 16, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-03-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-03-09', '2027-03-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (12, 138, 'Define vendor onboarding API schemas and authentication flows', 'Follow-up work for requirements workshop', 1, 2, 18, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-04-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-04-03', '2027-04-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (13, 139, 'Create vendor registration wizard and document upload UI', 'Follow-up work for implementation', 2, 3, 19, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-04-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-04-06', '2027-04-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (14, 140, 'Security audit and validation on vendor document upload storage bucket', 'Follow-up work for validation', 3, 1, 18, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-04-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-04-09', '2027-04-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (15, 141, 'Analyze real-time GPS tracking requirements and background worker sync interval', 'Follow-up work for requirements workshop', 1, 2, 20, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-05-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-05-03', '2027-05-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (16, 142, 'Integrate Google Maps API and implement driver location polling backend', 'Follow-up work for implementation', 2, 3, 21, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-05-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-05-06', '2027-05-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (17, 143, 'End-to-end testing on driver app background location services', 'Follow-up work for validation', 3, 1, 20, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-05-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-05-09', '2027-05-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (18, 144, 'Document offline data sync constraints for Mawlamyine Field App', 'Follow-up work for requirements workshop', 1, 2, 22, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-06-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-06-03', '2027-06-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (19, 145, 'Implement SQLite local database and sync queue for offline mode', 'Follow-up work for implementation', 2, 3, 23, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-06-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-06-06', '2027-06-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (20, 146, 'Perform offline-to-online network reconnection and conflict resolution testing', 'Follow-up work for validation', 3, 1, 22, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-06-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-06-09', '2027-06-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (21, 147, 'Finalize KPI metrics and chart visualization specs for Pathein Sales Dashboard', 'Follow-up work for requirements workshop', 1, 2, 24, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-07-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-07-03', '2027-07-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (22, 148, 'Build aggregate sales reporting APIs with Redis caching layer', 'Follow-up work for implementation', 2, 3, 25, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-07-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-07-06', '2027-07-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (23, 149, 'Cross-browser UI/UX testing on dashboard charts and dark mode toggle', 'Follow-up work for validation', 3, 1, 24, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-07-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-07-09', '2027-07-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (24, 150, 'Map out insurance claim workflow rules and approval hierarchy', 'Follow-up work for requirements workshop', 1, 2, 26, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-08-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-08-03', '2027-08-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (25, 151, 'Develop claims auto-adjudication rules engine', 'Follow-up work for implementation', 2, 3, 27, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-08-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-08-06', '2027-08-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (26, 152, 'Sanity testing on claims approval routing and email notifications', 'Follow-up work for validation', 3, 1, 26, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-08-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-08-09', '2027-08-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (27, 153, 'Gather warehouse inventory management and bin allocation requirements', 'Follow-up work for requirements workshop', 1, 2, 28, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-09-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-09-03', '2027-09-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (28, 154, 'Implement barcode scanning API integration for inventory tracking', 'Follow-up work for implementation', 2, 3, 29, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-09-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-09-06', '2027-09-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (29, 155, 'Stress test inventory database under simulated high-volume peak hours', 'Follow-up work for validation', 3, 1, 28, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-09-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-09-09', '2027-09-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (30, 156, 'Review subscription billing cycle edge cases and prorated refund rules', 'Follow-up work for requirements workshop', 1, 2, 30, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-10-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-10-03', '2027-10-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (31, 157, 'Integrate Stripe billing API for automated monthly recurring invoices', 'Follow-up work for implementation', 2, 3, 31, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-10-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-10-06', '2027-10-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (32, 158, 'Validate automated dunning emails and failed payment retry mechanisms', 'Follow-up work for validation', 3, 1, 30, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-10-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-10-09', '2027-10-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (33, 159, 'Scope chat widget integration and customer care SLA triggers', 'Follow-up work for requirements workshop', 1, 2, 32, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-11-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-11-03', '2027-11-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (34, 160, 'Embed live chat widget into customer portal with routing rules', 'Follow-up work for implementation', 2, 3, 33, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-11-06T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-11-06', '2027-11-11', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (35, 161, 'QA check on chat history persistence and agent assignment logic', 'Follow-up work for validation', 3, 1, 32, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-11-09T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-11-09', '2027-11-14', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (36, 162, 'Assess resource allocation tracking and scheduling UI requirements', 'Follow-up work for requirements workshop', 1, 2, 34, CAST(7.00 AS Decimal(5, 2)), CAST(7.00 AS Decimal(5, 2)), '2027-12-03T11:00:00.000', 1, '2026-07-02T11:43:57.570', 1, FALSE, '2027-12-03', '2027-12-08', NULL, FALSE, NULL, 0);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (37, 163, 'Develop interactive Gantt chart view for project resource scheduling', 'Follow-up work for implementation', 2, 3, 35, NULL, CAST(7.00 AS Decimal(5, 2)), '2027-12-06T11:00:00.000', 1, '2026-07-03T09:09:11.417', 1, FALSE, '2027-12-06', '2027-12-11', NULL, FALSE, NULL, 3);
INSERT INTO "Issues" ("Id", "TaskId", "Title", "Description", "StatusId", "PriorityId", "AssignedTo", "EstimatedHours", "ActualHours", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "StartDate", "DueDate", "DelayReason", "IsBlocked", "BlockedBy", "EscalationLevel") VALUES (38, 164, 'Validate drag-and-drop event triggers on the operations timeline view', 'Follow-up work for validation', 3, 1, 34, NULL, CAST(7.00 AS Decimal(5, 2)), '2027-12-09T11:00:00.000', 1, '2026-07-03T09:09:00.740', 1, FALSE, '2027-12-09', '2027-12-14', NULL, FALSE, NULL, 3);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (1, 'DASHBOARD', NULL, 'Dashboard', NULL, 'layout-grid', FALSE, 0, TRUE, 1, '2026-06-01T08:00:00.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (2, 'PROJECTS', NULL, 'Projects', NULL, 'folder-kanban', TRUE, 2, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (3, 'PROJECTS_LIST', 2, 'Project List', '/projects/all', 'list', TRUE, 3, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (4, 'PROJECTS_ASSIGN', 2, 'Project Assign', '/projects/assign', 'users-round', TRUE, 4, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (5, 'TASKS', NULL, 'Tasks', NULL, 'check-square', TRUE, 5, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (6, 'TASKS_LIST', 5, 'Task List', '/tasks/all', 'list-todo', TRUE, 6, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (7, 'TASKS_BOARD', 5, 'Kanban Board', '/board', 'columns-3', TRUE, 7, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (8, 'TASKS_ASSIGN', 5, 'Task Assign', '/tasks/assign', 'user-check', TRUE, 8, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (9, 'REPORTS', NULL, 'Reports', NULL, 'chart-column', TRUE, 9, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (10, 'REPORTS_TASKS', 9, 'Task Report', '/reports/tasks', 'file-text', TRUE, 10, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (11, 'REPORTS_TIMESHEET', 9, 'Time Tracking', '/reports/timesheet', 'clock-3', TRUE, 11, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (12, 'REPORTS_OVERDUE', 9, 'Overdue Tasks', '/reports/overdue', 'alarm-clock', TRUE, 12, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (13, 'REPORTS_EMPLOYEES', 9, 'Employee Report', '/reports/employees', 'users', TRUE, 13, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (14, 'REPORTS_PROJECTS', 9, 'Project Progress', '/reports/projects', 'subtitles', TRUE, 14, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (15, 'USERS', NULL, 'Users', '/users', 'users-round', TRUE, 15, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (16, 'ROLES', NULL, 'Roles', '/roles', 'shield-user', TRUE, 16, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (17, 'TASKS_BACKLOG', NULL, 'Task Backlog', '/tasks/backlog', 'layers', TRUE, 25, TRUE, NULL, '2026-06-17T09:32:51.0000000', 1, '2026-07-01T14:40:14.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (18, 'DASHBOARD_WIDGETS', NULL, 'Role Layouts', '/widget-setup', 'layout-grid', TRUE, 26, FALSE, NULL, '2026-06-19T04:44:59.0000000', NULL, '2026-06-19T06:48:19.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (19, 'DASHBOARD_ADMIN', NULL, 'Dashboard', '/dashboard', 'layout-dashboard', TRUE, 0, FALSE, NULL, '2026-06-19T07:44:16.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (20, 'DASHBOARD_MANAGER', NULL, 'Dashboard', '/dashboard/manager', 'layout-dashboard', TRUE, 0, FALSE, NULL, '2026-06-19T08:05:25.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (21, 'DASHBOARD_EMPLOYEE', NULL, 'Dashboard', '/dashboard/employee', 'layout-dashboard', TRUE, 0, FALSE, NULL, '2026-06-19T08:05:25.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (22, 'ISSUES_ADD', 5, 'Add Issue', '/issues/add', 'circle-plus', TRUE, 26, FALSE, 1, '2026-07-01T11:00:47.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (23, 'ISSUES_LIST', 5, 'Issue List', '/issues/all', 'list-todo', TRUE, 27, FALSE, 1, '2026-07-01T14:38:08.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (24, 'AUDIT_LOGS', NULL, 'Audit Logs', '/audit-logs', 'file-text', TRUE, 28, FALSE, 1, '2026-07-03T07:14:40.0000000', NULL, NULL);
INSERT INTO "Menus" ("MenuId", "MenuCode", "ParentMenuId", "MenuName", "MenuUrl", "Icon", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (25, 'REPORTS_ISSUES', 9, 'Issue Report', '/reports/issues', 'file-pen-line', TRUE, 15, FALSE, NULL, '2026-07-03T08:42:56.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (1, 14, 1, 2, 'task', 1, TRUE, '2026-06-18T10:23:03.7644258', '2026-06-18T10:16:06.9643960', 'Task status changed', 'Task ''Portal landing page'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (2, 2, 1, 2, 'task', 1, FALSE, NULL, '2026-06-18T10:16:06.9645153', 'Task status changed', 'Task ''Portal landing page'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (3, 14, 1, 2, 'task', 1, TRUE, '2026-06-18T12:46:13.7896047', '2026-06-18T12:19:30.7116861', 'Task status changed', 'Task ''Portal landing page'' changed from In Progress to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (4, 2, 1, 2, 'task', 1, FALSE, NULL, '2026-06-18T12:19:30.7117582', 'Task status changed', 'Task ''Portal landing page'' changed from In Progress to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (5, 14, 1, 2, 'task', 1, TRUE, '2026-06-18T12:46:12.7694234', '2026-06-18T12:19:33.3325815', 'Task status changed', 'Task ''Portal landing page'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (6, 2, 1, 2, 'task', 1, FALSE, NULL, '2026-06-18T12:19:33.3325820', 'Task status changed', 'Task ''Portal landing page'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (7, 14, 1, 5, 'task', 1, TRUE, '2026-06-18T12:46:11.7093777', '2026-06-18T12:19:43.8271666', 'New comment', 'System Admin commented on task ''Portal landing page''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (8, 2, 1, 5, 'task', 1, FALSE, NULL, '2026-06-18T12:19:43.8271680', 'New comment', 'System Admin commented on task ''Portal landing page''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (9, 14, 1, 2, 'task', 1, TRUE, '2026-06-18T12:46:10.8180933', '2026-06-18T12:33:55.7001972', 'Task status changed', 'Task ''Portal landing page'' changed from In Progress to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (10, 2, 1, 2, 'task', 1, FALSE, NULL, '2026-06-18T12:33:55.7001983', 'Task status changed', 'Task ''Portal landing page'' changed from In Progress to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (11, 2, 1, 8, 'project', 8, FALSE, NULL, '2026-06-19T06:20:08.5442869', 'Project assigned', 'You have been assigned to project ''Testing''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (14, 7, 12, 2, 'task', 41, FALSE, NULL, '2026-06-19T09:30:33.6906496', 'Task status changed', 'Task ''Customer Report '' changed from In Progress to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (15, 3, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2048589', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (16, 15, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2050369', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (17, 16, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2050376', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (18, 17, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2050379', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (19, 18, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2050382', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (20, 19, 1, 8, 'project', 1, FALSE, NULL, '2026-06-19T09:48:30.2050386', 'Project assigned', 'You have been assigned to project ''Yangon Customer Portal''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (21, 2, 1, 8, 'project', 2, FALSE, NULL, '2026-06-19T09:49:18.3612860', 'Project assigned', 'You have been assigned to project ''Mandalay Inventory System''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (22, 4, 1, 8, 'project', 2, FALSE, NULL, '2026-06-19T09:49:18.3612868', 'Project assigned', 'You have been assigned to project ''Mandalay Inventory System''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (23, 12, 1, 8, 'project', 2, TRUE, '2026-07-02T03:38:23.1783888', '2026-06-19T09:49:18.3612871', 'Project assigned', 'You have been assigned to project ''Mandalay Inventory System''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (24, 14, 1, 8, 'project', 2, FALSE, NULL, '2026-06-19T09:49:18.3612873', 'Project assigned', 'You have been assigned to project ''Mandalay Inventory System''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (25, 13, 1, 8, 'project', 2, FALSE, NULL, '2026-06-19T09:49:18.3612875', 'Project assigned', 'You have been assigned to project ''Mandalay Inventory System''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (26, 12, 1, 1, 'task', 9, TRUE, '2026-07-02T03:38:39.9796184', '2026-06-19T09:49:41.7266775', 'Task assigned', 'You have been assigned a new task: Stock dashboard cards');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (27, 12, 1, 8, 'project', 6, TRUE, '2026-07-02T03:38:52.3850103', '2026-06-19T09:51:01.7051302', 'Project assigned', 'You have been assigned to project ''Mawlamyine Logistics Hub''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (28, 12, 1, 1, 'task', 43, TRUE, '2026-07-02T03:38:28.7529662', '2026-06-19T09:51:17.0125764', 'Task assigned', 'You have been assigned a new task: API Integration');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (30, 4, 12, 2, 'task', 43, FALSE, NULL, '2026-06-19T14:25:22.0208429', 'Task status changed', 'Task ''API Integration'' changed from To Do to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (31, 12, 1, 2, 'task', 117, TRUE, '2026-07-02T03:38:33.5733219', '2026-06-20T02:53:07.1422148', 'Task status changed', 'Task ''Critical Security Patch'' changed from To Do to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (32, 6, 1, 2, 'task', 117, FALSE, NULL, '2026-06-20T02:53:07.1423155', 'Task status changed', 'Task ''Critical Security Patch'' changed from To Do to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (33, 4, 1, 2, 'task', 117, FALSE, NULL, '2026-06-20T02:53:07.1423160', 'Task status changed', 'Task ''Critical Security Patch'' changed from To Do to Done');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (34, 19, 1, 2, 'task', 120, FALSE, NULL, '2026-06-22T03:15:36.3428593', 'Task status changed', 'Task ''Supplier Sync Validation'' changed from To Do to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (35, 8, 1, 2, 'task', 120, FALSE, NULL, '2026-06-22T03:15:36.3430321', 'Task status changed', 'Task ''Supplier Sync Validation'' changed from To Do to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (36, 7, 1, 2, 'task', 120, FALSE, NULL, '2026-06-22T03:15:36.3430333', 'Task status changed', 'Task ''Supplier Sync Validation'' changed from To Do to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (37, 2, 1, 8, 'project', 22, TRUE, '2026-06-24T08:09:29.0059447', '2026-06-22T03:55:44.1048049', 'Project assigned', 'You have been assigned to project ''Clothing ''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (41, 6, 1, 5, 'task', 117, FALSE, NULL, '2026-06-22T04:15:52.2196317', 'New comment', 'System Admin commented on task ''Critical Security Patch''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (42, 4, 1, 5, 'task', 117, FALSE, NULL, '2026-06-22T04:15:52.2196320', 'New comment', 'System Admin commented on task ''Critical Security Patch''');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (43, 6, 12, 2, 'task', 117, FALSE, NULL, '2026-06-24T07:56:12.4574052', 'Task status changed', 'Task ''Critical Security Patch'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (44, 4, 12, 2, 'task', 117, FALSE, NULL, '2026-06-24T07:56:12.4574906', 'Task status changed', 'Task ''Critical Security Patch'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (45, 7, 12, 2, 'task', 41, FALSE, NULL, '2026-06-24T07:56:16.2396720', 'Task status changed', 'Task ''Customer Report '' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (46, 9, 12, 2, 'task', 7, FALSE, NULL, '2026-06-24T07:56:19.9425043', 'Task status changed', 'Task ''Audit trail page'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (47, 4, 12, 2, 'task', 9, FALSE, NULL, '2026-06-24T07:56:23.6521249', 'Task status changed', 'Task ''Stock dashboard cards'' changed from Done to In Progress');
INSERT INTO "notifications" ("Id", "recipient_id", "sender_id", "notification_type", "source_type", "source_id", "is_read", "read_at", "created_at", "Title", "Body") VALUES (48, 4, 12, 2, 'task', 43, FALSE, NULL, '2026-06-24T07:56:27.8058837', 'Task status changed', 'Task ''API Integration'' changed from Done to In Progress');
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (1, 'Projects_List', 2, 'List', 'api/Project', 'GET', TRUE, 1, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (2, 'Projects_Create', 2, 'Create', 'api/Project', 'POST', TRUE, 2, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (3, 'Projects_Update', 2, 'Update', 'api/Project', 'PUT', TRUE, 3, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (4, 'Projects_Delete', 2, 'Delete', 'api/Project', 'DELETE', TRUE, 4, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (5, 'Tasks_List', 5, 'List', 'api/Task', 'GET', TRUE, 5, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (6, 'Tasks_Create', 5, 'Create', 'api/Task', 'POST', TRUE, 6, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (7, 'Tasks_Update', 5, 'Update', 'api/Task', 'PUT', TRUE, 7, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (8, 'Tasks_Delete', 5, 'Delete', 'api/Task', 'DELETE', TRUE, 8, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (9, 'Users_List', 15, 'List', 'api/User', 'GET', TRUE, 9, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (10, 'Users_Create', 15, 'Create', 'api/User', 'POST', TRUE, 10, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (11, 'Users_Update', 15, 'Update', 'api/User', 'PUT', TRUE, 11, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (12, 'Users_Delete', 15, 'Delete', 'api/User', 'DELETE', TRUE, 12, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (13, 'Roles_List', 16, 'List', 'api/Role', 'GET', TRUE, 13, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (14, 'Roles_Create', 16, 'Create', 'api/Role', 'POST', TRUE, 14, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (15, 'Roles_Update', 16, 'Update', 'api/Role', 'PUT', TRUE, 15, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (16, 'Roles_Delete', 16, 'Delete', 'api/Role', 'DELETE', TRUE, 16, FALSE, 1, '2026-06-01T08:00:00.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (17, 'Issues_List', 22, 'List', 'api/Issue', 'GET', TRUE, 1, FALSE, 1, '2026-07-01T11:00:47.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (18, 'Issues_Create', 22, 'Create', 'api/Issue', 'POST', TRUE, 2, FALSE, 1, '2026-07-01T11:00:47.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (19, 'Issues_Update', 22, 'Update', 'api/Issue', 'PUT', TRUE, 3, FALSE, 1, '2026-07-01T11:00:47.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (20, 'Issues_Delete', 22, 'Delete', 'api/Issue', 'DELETE', TRUE, 4, FALSE, 1, '2026-07-01T11:00:47.0000000', NULL, NULL);
INSERT INTO "Permissions" ("PermissionId", "PermissionCode", "MenuId", "ActionName", "ApiName", "HttpMethod", "Visible", "OrderNo", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (21, 'AuditLogs_List', 24, 'List', 'api/AuditLog', 'GET', TRUE, 28, FALSE, 1, '2026-07-03T07:14:40.0000000', NULL, NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 2, '2026-06-19T09:48:29.983', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 3, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 12, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 13, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 14, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 15, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 16, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 17, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 18, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (1, 19, '2026-06-19T09:48:30.023', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 2, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 3, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 4, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 12, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 13, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 14, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 15, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 16, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (2, 17, '2026-06-19T09:49:18.317', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (3, 4, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (3, 18, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (3, 19, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (3, 20, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (4, 5, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (4, 21, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (4, 22, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (4, 23, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (5, 6, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (5, 24, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (5, 25, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (5, 26, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (6, 7, '2026-06-19T09:51:01.677', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (6, 12, '2026-06-19T09:51:01.677', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (6, 27, '2026-06-19T09:51:01.677', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (6, 28, '2026-06-19T09:51:01.677', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (6, 29, '2026-06-19T09:51:01.677', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (7, 8, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (7, 30, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (7, 31, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (7, 32, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (8, 9, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (8, 33, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (8, 34, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (8, 35, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (9, 10, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (9, 36, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (9, 37, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (9, 38, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (10, 11, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (10, 39, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (10, 40, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (10, 41, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (10, 42, '2026-06-19T14:11:15.377', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (22, 2, '2026-06-22T03:57:53.473', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (22, 12, '2026-06-22T03:57:53.473', NULL);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (23, 1, '2027-01-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (23, 2, '2027-01-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (23, 12, '2027-01-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (23, 13, '2027-01-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (24, 1, '2027-02-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (24, 3, '2027-02-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (24, 14, '2027-02-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (24, 15, '2027-02-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (25, 1, '2027-03-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (25, 4, '2027-03-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (25, 16, '2027-03-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (25, 17, '2027-03-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (26, 1, '2027-04-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (26, 5, '2027-04-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (26, 18, '2027-04-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (26, 19, '2027-04-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (27, 1, '2027-05-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (27, 6, '2027-05-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (27, 20, '2027-05-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (27, 21, '2027-05-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (28, 1, '2027-06-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (28, 7, '2027-06-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (28, 22, '2027-06-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (28, 23, '2027-06-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (29, 1, '2027-07-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (29, 8, '2027-07-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (29, 24, '2027-07-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (29, 25, '2027-07-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (30, 1, '2027-08-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (30, 9, '2027-08-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (30, 26, '2027-08-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (30, 27, '2027-08-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (31, 1, '2027-09-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (31, 10, '2027-09-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (31, 28, '2027-09-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (31, 29, '2027-09-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (32, 1, '2027-10-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (32, 11, '2027-10-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (32, 30, '2027-10-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (32, 31, '2027-10-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (33, 1, '2027-11-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (33, 32, '2027-11-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (33, 33, '2027-11-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (33, 42, '2027-11-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (34, 1, '2027-12-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (34, 2, '2027-12-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (34, 34, '2027-12-01T09:00:00.000', 1);
INSERT INTO "ProjectMembers" ("ProjectId", "UserId", "CreatedAt", "CreatedBy") VALUES (34, 35, '2027-12-01T09:00:00.000', 1);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (1, 'Yangon Customer Portal', 'Customer portal for Yangon branches', '2026-06-01T00:00:00.000', '2026-08-31T00:00:00.000', 1, '2026-06-01T00:00:00.000', '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE, 160);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (2, 'Mandalay Inventory System', 'Warehouse and stock tracking for Mandalay team', '2026-06-03T00:00:00.000', '2026-09-15T00:00:00.000', 1, '2026-06-03T00:00:00.000', '2026-06-03T00:00:00.000', 1, NULL, NULL, FALSE, 220);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (3, 'Nay Pyi Taw HR Tracker', 'HR workflow and leave tracking', '2026-06-05T00:00:00.000', '2026-09-30T00:00:00.000', 1, '2026-06-05T00:00:00.000', '2026-06-05T00:00:00.000', 1, NULL, NULL, FALSE, 180);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (4, 'Bago Procurement Hub', 'Purchase request and approval workflow', '2026-06-07T00:00:00.000', '2026-10-15T00:00:00.000', 1, '2026-06-07T00:00:00.000', '2026-06-07T00:00:00.000', 1, '2026-06-19T13:00:00.000', 1, FALSE, 200);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (5, 'Taunggyi Support Desk', 'Helpdesk and issue tracking dashboard', '2026-06-10T00:00:00.000', '2026-10-31T00:00:00.000', 1, '2026-06-10T00:00:00.000', '2026-06-10T00:00:00.000', 1, '2026-06-19T13:00:00.000', 1, FALSE, 240);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (6, 'Mawlamyine Logistics Hub', 'Supply chain tracking system', '2026-07-01T00:00:00.000', '2026-09-30T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 180);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (7, 'Pathein Seafood Portal', 'B2B marketplace platform', '2026-07-15T00:00:00.000', '2026-11-15T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 250);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (8, 'Monywa Billing System', 'Automated utility billing service', '2026-08-01T00:00:00.000', '2026-12-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 300);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (9, 'Sittwe Port Dashboard', 'Vessel and cargo tracking UI', '2026-09-01T00:00:00.000', '2026-11-30T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 140);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (10, 'Pyin Oo Lwin AgriTech', 'Smart farming analytics dashboard', '2026-10-01T00:00:00.000', '2027-02-28T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 400);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (11, 'Lashio Retail Point', 'Cloud POS system for local shops', '2026-11-01T00:00:00.000', '2027-01-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 120);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (12, 'Dawei Eco-Tourism App', 'Booking and travel guide application', '2026-12-01T00:00:00.000', '2027-04-30T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 350);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (13, 'Hpa-An Enterprise ERP', 'Core resource planning modules', '2027-01-10T00:00:00.000', '2027-06-30T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 500);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (14, 'Magway Solar Grid Tracker', 'Renewable energy monitoring metrics', '2027-02-01T00:00:00.000', '2027-05-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 210);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (15, 'Myitkyina Education Portal', 'E-learning system for state colleges', '2027-03-01T00:00:00.000', '2027-08-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 280);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (16, 'Shwebo Rice Mill Software', 'Inventory and quality control logs', '2027-04-15T00:00:00.000', '2027-07-15T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 160);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (17, 'Kawthaung Marine Data', 'Fishery quotas and mapping UI', '2027-05-01T00:00:00.000', '2027-10-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 450);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (18, 'Kalay Health Tracker', 'Clinic patient management system', '2027-06-01T00:00:00.000', '2027-09-30T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 190);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (19, 'Kyaukme Tea Supply Chain', 'Export logistics management system', '2027-07-01T00:00:00.000', '2027-12-31T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 310);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (20, 'Meiktila Textile Inventory', 'Factory production tracking ledger', '2027-08-15T00:00:00.000', '2028-01-15T00:00:00.000', 1, '2026-06-19T13:54:36.407', '2026-06-19T13:54:36.407', 1, NULL, NULL, FALSE, 220);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (21, 'test', NULL, '2026-06-01T00:00:00.000', '2026-07-19T00:00:00.000', 1, '2026-06-19T19:28:35.490', '2026-06-19T12:58:35.310', 1, NULL, NULL, TRUE, NULL);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (22, 'Clothing ', NULL, '2026-06-22T00:00:00.000', '2026-07-22T00:00:00.000', 1, '2026-06-22T10:25:04.133', '2026-06-22T03:55:04.050', 1, NULL, NULL, FALSE, 7);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (23, 'Yangon Retail Upgrade', 'POS and storefront refresh for Q1', '2027-01-01T00:00:00.000', '2027-03-31T00:00:00.000', 1, '2027-01-01T00:00:00.000', '2027-01-01T09:00:00.000', 1, NULL, NULL, FALSE, 180);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (24, 'Mandalay Service Portal', 'Support portal and SLA workflow for Q1', '2027-02-01T00:00:00.000', '2027-04-30T00:00:00.000', 1, '2027-02-01T00:00:00.000', '2027-02-01T09:00:00.000', 1, NULL, NULL, FALSE, 200);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (25, 'Nay Pyi Taw Payroll Hub', 'Payroll and approvals refresh for Q2', '2027-03-01T00:00:00.000', '2027-05-31T00:00:00.000', 1, '2027-03-01T00:00:00.000', '2027-03-01T09:00:00.000', 1, NULL, NULL, FALSE, 220);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (26, 'Bago Vendor Board', 'Vendor onboarding and approval board', '2027-04-01T00:00:00.000', '2027-06-30T00:00:00.000', 1, '2027-04-01T00:00:00.000', '2027-04-01T09:00:00.000', 1, NULL, NULL, FALSE, 160);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (27, 'Taunggyi Delivery Tracker', 'Delivery scheduling and route updates', '2027-05-01T00:00:00.000', '2027-07-31T00:00:00.000', 1, '2027-05-01T00:00:00.000', '2027-05-01T09:00:00.000', 1, NULL, NULL, FALSE, 240);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (28, 'Mawlamyine Field App', 'Field support mobile app', '2027-06-01T00:00:00.000', '2027-08-31T00:00:00.000', 1, '2027-06-01T00:00:00.000', '2027-06-01T09:00:00.000', 1, NULL, NULL, FALSE, 260);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (29, 'Pathein Sales Dashboard', 'Sales analytics and KPI rollout', '2027-07-01T00:00:00.000', '2027-09-30T00:00:00.000', 1, '2027-07-01T00:00:00.000', '2027-07-01T09:00:00.000', 1, NULL, NULL, FALSE, 210);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (30, 'Monywa Claims System', 'Claims intake and review workflow', '2027-08-01T00:00:00.000', '2027-10-31T00:00:00.000', 1, '2027-08-01T00:00:00.000', '2027-08-01T09:00:00.000', 1, NULL, NULL, FALSE, 230);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (31, 'Sittwe Logistics Control', 'Cargo status and dispatch planning', '2027-09-01T00:00:00.000', '2027-11-30T00:00:00.000', 1, '2027-09-01T00:00:00.000', '2027-09-01T09:00:00.000', 1, NULL, NULL, FALSE, 190);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (32, 'Pyin Oo Lwin Billing Upgrade', 'Billing and statement enhancements', '2027-10-01T00:00:00.000', '2027-12-31T00:00:00.000', 1, '2027-10-01T00:00:00.000', '2027-10-01T09:00:00.000', 1, NULL, NULL, FALSE, 250);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (33, 'Lashio Customer Care', 'Customer care portal and case notes', '2027-11-01T00:00:00.000', '2028-01-31T00:00:00.000', 1, '2027-11-01T00:00:00.000', '2027-11-01T09:00:00.000', 1, NULL, NULL, FALSE, 280);
INSERT INTO "Projects" ("Id", "Name", "Description", "StartDate", "EndDate", "CreatedById", "CreatedDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "BudgetedHours") VALUES (34, 'Dawei Operations Suite', 'Operations planning for year-end launch', '2027-12-01T00:00:00.000', '2028-02-28T00:00:00.000', 1, '2027-12-01T00:00:00.000', '2027-12-01T09:00:00.000', 1, NULL, NULL, FALSE, 300);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (1, 3, 1, TRUE, NULL, '2026-06-17T10:20:39.0000000', 1, '2026-07-01T07:11:50.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (2, 3, 3, FALSE, NULL, '2026-06-17T10:20:39.0000000', 1, '2026-06-18T04:35:14.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (3, 3, 2, FALSE, NULL, '2026-06-17T10:20:39.0000000', 1, '2026-06-18T04:35:14.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (4, 3, 6, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (5, 3, 5, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (6, 3, 10, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (7, 3, 9, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (8, 3, 12, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (9, 3, 14, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (10, 3, 17, TRUE, NULL, '2026-06-17T10:20:39.0000000', 1, '2026-07-02T03:39:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (11, 1, 1, TRUE, NULL, '2026-06-17T14:55:11.0000000', 1, '2026-07-01T06:53:20.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (12, 1, 2, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (13, 1, 3, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (14, 1, 4, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (15, 1, 5, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (16, 1, 6, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (17, 1, 7, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (18, 1, 8, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (19, 1, 9, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (20, 1, 10, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (21, 1, 11, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (22, 1, 12, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (23, 1, 13, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (24, 1, 14, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (25, 1, 15, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (26, 1, 16, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (27, 1, 17, TRUE, NULL, '2026-06-17T14:55:11.0000000', 1, '2026-07-01T08:19:04.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (28, 2, 1, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (29, 2, 2, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (30, 2, 3, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (31, 2, 4, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (32, 2, 5, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (33, 2, 6, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (34, 2, 7, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (35, 2, 8, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (36, 2, 9, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (37, 2, 10, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (38, 2, 11, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (39, 2, 12, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (40, 2, 13, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (41, 2, 14, TRUE, NULL, '2026-06-18T04:05:50.0000000', 1, '2026-06-18T09:04:05.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (42, 2, 15, TRUE, NULL, '2026-06-18T04:24:05.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (43, 2, 16, TRUE, NULL, '2026-06-18T04:24:39.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (44, 2, 17, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (45, 3, 4, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (46, 3, 7, FALSE, 1, '2026-06-18T04:33:33.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (47, 3, 8, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (48, 3, 11, FALSE, 1, '2026-06-18T04:33:33.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (49, 3, 13, FALSE, 1, '2026-06-18T04:33:33.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (50, 3, 15, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (51, 3, 16, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (52, 1, 18, FALSE, NULL, '2026-06-19T04:45:00.0000000', NULL, '2026-06-19T06:48:19.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (53, 1, 19, FALSE, NULL, '2026-06-19T07:44:17.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (54, 2, 20, FALSE, NULL, '2026-06-19T08:05:25.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (55, 3, 21, FALSE, NULL, '2026-06-19T08:05:25.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (56, 5, 2, FALSE, 1, '2026-06-22T04:15:09.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (57, 5, 3, FALSE, 1, '2026-06-22T04:15:09.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (58, 5, 20, FALSE, 1, '2026-06-22T04:15:09.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (59, 1, 22, FALSE, 1, '2026-07-01T06:53:20.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (60, 3, 22, FALSE, 1, '2026-07-01T07:11:50.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (61, 1, 23, FALSE, 1, '2026-07-01T08:19:04.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (62, 3, 23, FALSE, 1, '2026-07-02T03:39:57.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (63, 1, 24, FALSE, 1, '2026-07-03T07:14:40.0000000', NULL, NULL);
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (64, 1, 25, FALSE, NULL, '2026-07-03T08:42:57.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (65, 2, 25, FALSE, NULL, '2026-07-03T08:42:57.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RoleMenus" ("RoleMenuId", "RoleId", "MenuId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (66, 3, 25, FALSE, NULL, '2026-07-03T08:42:57.0000000', NULL, '2026-07-06T06:09:57.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (1, 3, 1, FALSE, NULL, '2026-06-17T10:20:39.0000000', 1, '2026-06-18T04:35:14.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (2, 3, 5, FALSE, NULL, '2026-06-17T10:20:39.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (3, 1, 1, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (4, 1, 2, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (5, 1, 3, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (6, 1, 4, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (7, 1, 5, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (8, 1, 6, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (9, 1, 7, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (10, 1, 8, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (11, 1, 9, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (12, 1, 10, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (13, 1, 11, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (14, 1, 12, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (15, 1, 13, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (16, 1, 14, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (17, 1, 15, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (18, 1, 16, FALSE, NULL, '2026-06-17T14:55:11.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (19, 2, 1, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (20, 2, 2, FALSE, NULL, '2026-06-18T04:05:50.0000000', 1, '2026-06-18T07:57:56.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (21, 2, 3, FALSE, NULL, '2026-06-18T04:05:50.0000000', 1, '2026-06-18T07:57:56.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (22, 2, 4, FALSE, NULL, '2026-06-18T04:05:50.0000000', 1, '2026-06-18T07:57:56.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (23, 2, 5, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (24, 2, 6, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (25, 2, 7, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (26, 2, 8, FALSE, NULL, '2026-06-18T04:05:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (27, 2, 9, TRUE, NULL, '2026-06-18T04:24:05.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (28, 2, 13, TRUE, NULL, '2026-06-18T04:24:39.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (29, 2, 10, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (30, 2, 11, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (31, 2, 12, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (32, 2, 14, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (33, 2, 15, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (34, 2, 16, TRUE, 1, '2026-06-18T04:32:46.0000000', 1, '2026-06-18T04:33:21.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (35, 3, 2, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (36, 3, 3, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (37, 3, 4, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (38, 3, 6, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-19T14:22:20.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (39, 3, 7, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-19T14:22:20.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (40, 3, 8, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-19T14:22:20.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (41, 3, 9, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (42, 3, 10, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (43, 3, 11, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (44, 3, 12, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (45, 3, 13, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (46, 3, 14, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (47, 3, 15, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (48, 3, 16, TRUE, 1, '2026-06-18T04:33:33.0000000', 1, '2026-06-18T04:34:00.0000000');
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (49, 5, 1, FALSE, 1, '2026-06-22T04:15:09.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (50, 5, 2, FALSE, 1, '2026-06-22T04:15:09.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (51, 1, 17, FALSE, 1, '2026-07-01T06:53:20.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (52, 1, 18, FALSE, 1, '2026-07-01T06:53:20.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (53, 1, 19, FALSE, 1, '2026-07-01T06:53:20.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (54, 1, 20, FALSE, 1, '2026-07-01T06:53:20.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (55, 3, 17, FALSE, 1, '2026-07-01T07:11:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (56, 3, 18, FALSE, 1, '2026-07-01T07:11:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (57, 3, 19, FALSE, 1, '2026-07-01T07:11:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (58, 3, 20, FALSE, 1, '2026-07-01T07:11:50.0000000', NULL, NULL);
INSERT INTO "RolePermissions" ("RolePermissionId", "RoleId", "PermissionId", "IsDeleted", "CreatedById", "CreatedAt", "UpdatedById", "UpdatedAt") VALUES (59, 1, 21, FALSE, 1, '2026-07-03T07:14:40.0000000', 1, '2026-07-03T07:15:14.0000000');
INSERT INTO "Roles" ("Id", "Name", "Description", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (1, 'Admin', 'Full system access', '2026-06-01T00:00:00.000', NULL, NULL, NULL, FALSE);
INSERT INTO "Roles" ("Id", "Name", "Description", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (2, 'Manager', 'Project-scoped manager', '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Roles" ("Id", "Name", "Description", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (3, 'Employee', 'Task-level team member', '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Roles" ("Id", "Name", "Description", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (4, 'test', NULL, '2026-06-19T13:02:05.897', 1, '2026-06-19T13:06:51.477', 1, TRUE);
INSERT INTO "Roles" ("Id", "Name", "Description", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (5, 'Supervisor', NULL, '2026-06-22T04:15:08.373', 1, NULL, NULL, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (1, 'Portal landing page', 'Landing page cleanup for Yangon Customer Portal', 1, 3, 2, 14, 5, '2026-06-19T00:00:00.000', '2026-06-01T00:00:00.000', 8, '2026-06-18T12:33:55.640', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (2, 'Login and role routing', 'Login flow and redirect rules', 1, 3, 3, 14, 4, '2026-06-14T00:00:00.000', '2026-06-01T00:00:00.000', 8, '2026-06-18T12:45:53.723', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (3, 'Customer profile form', 'Profile edit and validation', 1, 3, 2, 14, 10, '2026-06-18T00:00:00.000', '2026-06-01T00:00:00.000', 2, '2026-06-17T00:00:00.000', 14, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (4, 'Payments view cleanup', 'UI and filter cleanup for payment section', 1, 3, 3, 15, 3, '2026-06-23T00:00:00.000', '2026-06-01T00:00:00.000', 6, '2026-06-17T08:28:18.077', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (5, 'Notification center', 'Notification list and unread badge', 1, 2, 2, 16, 2, '2026-06-28T00:00:00.000', '2026-06-01T00:00:00.000', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (6, 'Export customer list', 'CSV / Excel export for customer data', 1, 1, 1, 17, 8, '2026-07-05T00:00:00.000', '2026-06-01T00:00:00.000', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (7, 'Audit trail page', 'Activity log and history page', 1, 2, 2, 12, 9, '2026-07-08T00:00:00.000', '2026-06-01T00:00:00.000', 9, '2026-06-24T07:56:19.923', 12, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (8, 'Theme polish', 'Final spacing and color polish', 1, 1, 1, 13, 5, '2026-07-12T00:00:00.000', '2026-06-01T00:00:00.000', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (9, 'Stock dashboard cards', 'Warehouse summary cards and counters', 2, 2, 2, 12, NULL, '2026-06-16T00:00:00.000', '2026-06-03T00:00:00.000', 4, '2026-06-24T07:56:23.640', 12, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (10, 'Warehouse item search', 'Fast search and filter for stock items', 2, 3, 2, 19, 4, '2026-06-18T00:00:00.000', '2026-06-03T00:00:00.000', 4, '2026-06-18T00:00:00.000', 19, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (11, 'Low stock alert setup', 'Warning badges for low stock levels', 2, 2, 3, 20, 5, '2026-06-21T00:00:00.000', '2026-06-03T00:00:00.000', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (12, 'Goods receiving form', 'Receive stock entry form', 2, 3, 2, 21, 2, '2026-06-25T00:00:00.000', '2026-06-03T00:00:00.000', 4, '2026-06-24T00:00:00.000', 21, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (13, 'Item barcode page', 'Barcode lookup and item details screen', 2, 2, 1, 22, 6, '2026-07-01T00:00:00.000', '2026-06-03T00:00:00.000', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (14, 'Inventory report export', 'Export stock summary for management', 2, 1, 2, 23, 10, '2026-07-04T00:00:00.000', '2026-06-03T00:00:00.000', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (15, 'Stock correction audit', 'Review adjustment history', 2, 2, 3, 18, 11, '2026-07-09T00:00:00.000', '2026-06-03T00:00:00.000', 4, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (16, 'Supplier mapping', 'Link suppliers to inventory items', 2, 1, 2, 19, 3, '2026-07-15T00:00:00.000', '2026-06-03T00:00:00.000', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (17, 'Employee directory sync', 'Sync employee directory and roles', 3, 3, 2, 24, 7, '2026-06-17T00:00:00.000', '2026-06-05T00:00:00.000', 2, '2026-06-16T00:00:00.000', 24, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (18, 'Leave request workflow', 'Leave request and approval steps', 3, 3, 3, 25, 6, '2026-06-20T00:00:00.000', '2026-06-05T00:00:00.000', 7, '2026-06-19T00:00:00.000', 25, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (19, 'Attendance summary', 'Daily attendance and monthly summary', 3, 2, 2, 26, 7, '2026-06-24T00:00:00.000', '2026-06-05T00:00:00.000', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (20, 'Holiday calendar setup', 'Company holiday calendar maintenance', 3, 3, 1, 27, 4, '2026-06-29T00:00:00.000', '2026-06-05T00:00:00.000', 5, '2026-06-29T00:00:00.000', 27, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (21, 'Department assignment', 'Department mapping for employee records', 3, 2, 2, 28, 2, '2026-07-03T00:00:00.000', '2026-06-05T00:00:00.000', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (22, 'Payroll export cleanup', 'Prepare payroll export format', 3, 1, 3, 29, 10, '2026-07-08T00:00:00.000', '2026-06-05T00:00:00.000', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (23, 'Manager approval panel', 'Approval screen for managers', 3, 2, 2, 24, 2, '2026-07-11T00:00:00.000', '2026-06-05T00:00:00.000', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (24, 'Employee dashboard polish', 'Visual cleanup for employee view', 3, 1, 1, 25, 3, '2026-07-18T00:00:00.000', '2026-06-05T00:00:00.000', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (25, 'Purchase request list', 'Procurement request list and status', 4, 3, 2, 30, 7, '2026-06-19T00:00:00.000', '2026-06-07T00:00:00.000', 3, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (26, 'Vendor lookup screen', 'Vendor search and details page', 4, 3, 2, 31, 2, '2026-06-22T00:00:00.000', '2026-06-07T00:00:00.000', 3, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (27, 'Approval chain setup', 'Approval levels and routing rules', 4, 2, 3, 32, 8, '2026-06-26T00:00:00.000', '2026-06-07T00:00:00.000', 9, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (28, 'Budget warning banner', 'Banner when purchase exceeds budget', 4, 3, 2, 33, 8, '2026-07-01T00:00:00.000', '2026-06-07T00:00:00.000', 11, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (29, 'Procurement summary report', 'Summary page for approvals and budgets', 4, 2, 1, 34, 7, '2026-07-06T00:00:00.000', '2026-06-07T00:00:00.000', 2, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (30, 'Attachment viewer', 'Preview uploaded purchase attachments', 4, 1, 2, 35, 2, '2026-07-10T00:00:00.000', '2026-06-07T00:00:00.000', 11, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (31, 'Request aging status', 'Age status indicator for procurement requests', 4, 2, 3, 30, 7, '2026-07-14T00:00:00.000', '2026-06-07T00:00:00.000', 4, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (32, 'Approval comments', 'Comment thread in approval steps', 4, 1, 2, 31, 4, '2026-07-20T00:00:00.000', '2026-06-07T00:00:00.000', 7, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (33, 'Ticket queue board', 'Kanban-style support queue board', 5, 3, 2, 36, 9, '2026-06-21T00:00:00.000', '2026-06-10T00:00:00.000', 10, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (34, 'Priority color rules', 'Priority badges and board colors', 5, 3, 3, 37, 3, '2026-06-24T00:00:00.000', '2026-06-10T00:00:00.000', 8, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (35, 'Assignee quick filter', 'Quick filter by assignee', 5, 2, 2, 38, 3, '2026-06-28T00:00:00.000', '2026-06-10T00:00:00.000', 3, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (36, 'Overdue banner', 'Highlight overdue tickets clearly', 5, 3, 2, 39, 2, '2026-07-02T00:00:00.000', '2026-06-10T00:00:00.000', 8, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (37, 'Customer comment log', 'Log of customer replies and notes', 5, 2, 1, 40, 9, '2026-07-07T00:00:00.000', '2026-06-10T00:00:00.000', 5, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (38, 'FAQ side panel', 'Helpful FAQ panel in support screen', 5, 1, 2, 41, 9, '2026-07-11T00:00:00.000', '2026-06-10T00:00:00.000', 11, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (39, 'SLA summary chart', 'Support SLA summary and chart', 5, 2, 3, 36, 11, '2026-07-16T00:00:00.000', '2026-06-10T00:00:00.000', 4, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (40, 'Notification templates', 'Template library for support notifications', 5, 1, 2, 37, 9, '2026-07-22T00:00:00.000', '2026-06-10T00:00:00.000', 9, '2026-06-19T13:30:00.000', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (41, 'Customer Report ', 'adjust customer report', 1, 2, 2, 12, 7, '2026-06-23T00:00:00.000', '2026-06-16T09:35:34.917', 7, '2026-06-24T07:56:16.223', 12, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (42, 'Database Schema Setup', 'Design tables for supply chain entities', 6, 3, 3, 23, 7, '2026-07-15T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (43, 'API Integration', 'Connect tracking endpoints with vendor APIs', 6, 2, 2, 12, NULL, '2026-08-10T00:00:00.000', '2026-06-19T13:59:06.027', 4, '2026-06-24T07:56:27.793', 12, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (44, 'Route Optimization UI', 'Build map visualization dashboard', 6, 1, 2, 12, NULL, '2026-08-30T00:00:00.000', '2026-06-19T13:59:06.027', 4, '2026-06-19T09:51:36.570', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (45, 'Driver Manifest Report', 'Export layout formatting for logistics crews', 6, 2, 1, 25, 7, '2026-09-15T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (46, 'UAT Signoff', 'Final validation with regional operations lead', 6, 2, 3, 26, 3, '2026-09-28T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (47, 'Vendor Registration Form', 'Workflow setup for verified seafood distributors', 7, 3, 2, 27, 9, '2026-08-01T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (48, 'Product Catalog Grid', 'Display live catch categories and listings', 7, 3, 2, 28, 2, '2026-08-25T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (49, 'Bidding Engine Rules', 'Real-time price updating logic engine', 7, 1, 3, 29, 8, '2026-09-20T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (50, 'Escrow Payment Gateway', 'Stripe/Local banking payment integration', 7, 1, 3, 24, 9, '2026-10-15T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (51, 'Mobile Responsive Layout', 'Ensure smooth formatting across Android tablets', 7, 2, 1, 25, 11, '2026-11-05T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (52, 'Meter Reading Sync API', 'Job runner to pull consumption logs', 8, 3, 3, 30, 9, '2026-08-20T00:00:00.000', '2026-06-19T13:59:06.027', 4, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (53, 'Invoice PDF Engine', 'Design standardized print layouts', 8, 3, 2, 31, 7, '2026-09-15T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (54, 'Overdue Alert System', 'SMS notifications for pending payments', 8, 1, 2, 32, 10, '2026-10-25T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (55, 'Tariff Calculator Logic', 'Multi-tiered processing script based on units used', 8, 1, 3, 33, 11, '2026-11-30T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (56, 'Audit Trail Log View', 'Admin UI screen tracking custom manual edits', 8, 2, 1, 34, 5, '2026-12-15T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (57, 'Vessel Docking Scheduler', 'Interactive planning board view for incoming ships', 9, 3, 3, 35, 7, '2026-09-20T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (58, 'Manifest Data Parser', 'Excel/CSV customs document importer logic', 9, 3, 2, 30, 7, '2026-10-05T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (59, 'Live Berth Map Graphic', 'SVG tracking layout of structural ship docks', 9, 1, 2, 31, 10, '2026-10-25T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (60, 'Customs Status Badges', 'Color indicators for tax clear/hold logs', 9, 1, 1, 36, 9, '2026-11-10T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (61, 'Daily Tonnage Aggregator', 'High-performance SQL reporting query', 9, 2, 2, 37, 2, '2026-11-25T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (62, 'IoT Sensor Connector', 'Telemetry listeners for ground moisture grids', 10, 3, 3, 38, 9, '2026-11-01T00:00:00.000', '2026-06-19T13:59:06.027', 4, '2026-06-22T02:45:23.530', 1, FALSE, TRUE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (63, 'Weather Analytics Forecast', 'Third-party API telemetry feed cards', 10, 3, 1, 39, 5, '2026-12-01T00:00:00.000', '2026-06-19T13:59:06.027', 6, '2026-06-22T02:45:23.530', 1, FALSE, TRUE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (64, 'Crop Cycle Milestones', 'Visual step tracker for flower and vegetable blocks', 10, 1, 2, 40, 6, '2027-01-10T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (65, 'Yield Prediction Model', 'Chart projections for harvest season capacities', 10, 1, 2, 41, 7, '2027-02-05T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (66, 'Alert Threshold Adjustments', 'Sliders for minimal resource alarm criteria', 10, 2, 3, 36, 4, '2027-02-20T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (67, 'Local Storage Fallback', 'Caching logic if internet connection drops', 11, 3, 3, 37, 6, '2026-11-20T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (68, 'Barcode Scanner Support', 'Input text pattern handler logic updates', 11, 3, 2, 38, 7, '2026-12-10T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (69, 'Receipt Component Design', 'Thermal printer formatting view engine', 11, 1, 2, 39, 5, '2026-12-28T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (70, 'Shift Drawer Checkout', 'Cash drawer closing calculations view', 11, 1, 2, 40, 11, '2027-01-15T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (71, 'Discount Code Engine', 'Flexible rules for flat rate percentage deductions', 11, 2, 1, 41, 5, '2027-01-25T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (72, 'Hotel Availability Calendars', 'Dynamic availability layout blocks', 12, 3, 3, 23, 10, '2027-01-05T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (73, 'Tour Guide Matrix Profiles', 'Rating breakdowns and skill badge designs', 12, 3, 1, 24, 3, '2027-02-01T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (74, 'Multi-Currency Selector', 'Automatic exchange rate conversion cards', 12, 1, 2, 19, 7, '2027-03-01T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (75, 'Offline Map Pack Downloads', 'Asset compression handlers for remote areas', 12, 1, 3, 25, 2, '2027-03-25T00:00:00.000', '2026-06-19T13:59:06.027', 4, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (76, 'Reviews Slider Feedback', 'Submit forms with media image attachments', 12, 2, 2, 26, 2, '2027-04-15T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (77, 'Org Chart Matrix Engine', 'Interactive recursive reporting layouts', 13, 3, 2, 27, 4, '2027-02-10T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (78, 'Asset Lifetime Depreciation', 'Financial calculations handling ledger variables', 13, 3, 3, 28, 10, '2027-03-15T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (79, 'Purchase Order Flow Approvals', 'Dynamic multi-manager routing filters', 13, 1, 3, 29, 8, '2027-04-30T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (80, 'Inventory Reconciliation Module', 'Stock discrepancy evaluation reports', 13, 1, 2, 24, 9, '2027-05-20T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (81, 'SAML SSO Configuration', 'Corporate secure profile directory linkages', 13, 2, 3, 25, 7, '2027-06-15T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (82, 'Inverter Diagnostic Parsing', 'Error code streaming parser functions', 14, 3, 3, 30, 6, '2027-02-25T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (83, 'KWh Generation Linecharts', 'Time series streaming metrics configurations', 14, 3, 2, 31, 2, '2027-03-20T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (84, 'Battery Degradation Alerter', 'Proactive email dispatcher rules criteria', 14, 1, 3, 32, 11, '2027-04-10T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (85, 'Maintenance Dispatch Planner', 'Assign technicians based on geolocation proximity', 14, 1, 2, 33, 11, '2027-05-05T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (86, 'Weather Impact Forecasting', 'Overlay expected overcast cloud calculations', 14, 2, 1, 34, 5, '2027-05-25T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (87, 'Student Enrollment Grid', 'Batch processing CSV processing views', 15, 3, 2, 35, 3, '2027-04-01T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (88, 'Quiz Generator Panel', 'Form wizard builder tool configuration', 15, 3, 2, 30, 3, '2027-05-15T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (89, 'Video Lecture Player Wrapper', 'Custom video player UI component controls', 15, 1, 3, 31, 6, '2027-06-20T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (90, 'Grading Rubric Calculations', 'Weighted score aggregate math logic functions', 15, 1, 3, 36, 7, '2027-07-25T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (91, 'Certificate Generation System', 'Automated PDF generation with secure signatures', 15, 2, 1, 37, 9, '2027-08-18T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (92, 'Moisture Content Checklist', 'Intake quality verification forms', 16, 3, 3, 38, 3, '2027-05-01T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (93, 'Silo Storage Tracking', 'Volumetric storage level visual component', 16, 3, 2, 39, 2, '2027-05-25T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (94, 'Wholesale Pricing Sheets', 'Bulk pricing calculation configurations', 16, 1, 2, 40, 8, '2027-06-15T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (95, 'Batch Shipments Monitor', 'Fulfillment workflow validation checks', 16, 1, 3, 41, 9, '2027-07-02T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (96, 'Scale Calibration Log', 'Record periodic equipment verification histories', 16, 2, 1, 36, 4, '2027-07-12T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (97, 'Vessel GPS Coordinates Stream', 'Leaflet map vector visualization layer integrations', 17, 3, 3, 37, 10, '2027-06-01T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (98, 'Species Harvest Trackers', 'Data breakdowns for compliance regulatory reports', 17, 3, 2, 38, 5, '2027-07-15T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (99, 'Zone Restrictive Parameters', 'Polygonal boundary intersection check alarms', 17, 1, 3, 39, 2, '2027-08-30T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (100, 'Seasonal Quota Counter Gauges', 'Radial dynamic bar indicator graphics', 17, 1, 2, 40, 4, '2027-09-25T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (101, 'Patrol Crew Assignment UI', 'Shift scheduler dispatch interface layouts', 17, 2, 1, 41, 9, '2027-10-15T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (102, 'Patient Registration Wizard', 'Multi-step demographics entry card setup', 18, 3, 2, 23, 11, '2027-06-20T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (103, 'Vitals Stream Intake', 'Fields mapping pulse, temperature, and blood pressure', 18, 3, 3, 24, 11, '2027-07-15T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (104, 'Prescription Text Composer', 'Autocomplete pharmaceutical database connectors', 18, 1, 3, 19, 8, '2027-08-10T00:00:00.000', '2026-06-19T13:59:06.027', 8, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (105, 'Appointment Waitlist Logic', 'FIFO triage processing queue mechanics', 18, 1, 2, 25, 8, '2027-09-05T00:00:00.000', '2026-06-19T13:59:06.027', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (106, 'Lab Result File Attachment', 'Secure PDF scan upload components', 18, 2, 1, 26, 2, '2027-09-25T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (107, 'Grower Cooperative Listing', 'Directory views showing regional sourcing partners', 19, 3, 2, 27, 7, '2027-08-01T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (108, 'Drying Batch Quality Logs', 'Grade checks logging humidity variables', 19, 3, 2, 28, 8, '2027-09-15T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (109, 'Container Packing Manifests', 'CBM cube optimization distribution matrices', 19, 1, 3, 29, 2, '2027-11-01T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (110, 'Customs Duty Adjuster', 'Tax profile calculations based on region rules', 19, 1, 2, 24, 7, '2027-11-30T00:00:00.000', '2026-06-19T13:59:06.027', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (111, 'Barcode Logistics Signoff', 'Mobile handheld warehouse terminal interfaces', 19, 2, 1, 25, 2, '2027-12-20T00:00:00.000', '2026-06-19T13:59:06.027', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (112, 'Yarn Consumable Trackers', 'Color dyeing stock count balancing scripts', 20, 3, 3, 30, 7, '2027-09-05T00:00:00.000', '2026-06-19T13:59:06.027', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (113, 'Loom Capacity Management', 'Operational calendar overview screens for factory equipment', 20, 3, 2, 31, 11, '2027-10-15T00:00:00.000', '2026-06-19T13:59:06.027', 5, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (114, 'Defect Frequency Pareto Chart', 'Aggregated reporting tables for quality audits', 20, 1, 2, 32, 2, '2027-11-20T00:00:00.000', '2026-06-19T13:59:06.027', 7, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (115, 'B2B Client Ordering Portal', 'Direct wholesale submission forms matrix', 20, 1, 3, 33, 7, '2027-12-15T00:00:00.000', '2026-06-19T13:59:06.027', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (116, 'Shipping Invoice Deserializer', 'Automated packing breakdown logs generation', 20, 2, 1, 34, 7, '2028-01-08T00:00:00.000', '2026-06-19T13:59:06.027', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (117, 'Critical Security Patch', 'Apply vulnerability updates to auth endpoints', 1, 2, 3, 12, 6, '2026-06-10T17:00:00.000', '2026-06-19T19:53:49.880', 4, '2026-06-24T07:56:12.210', 12, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (118, 'Database Migration Backup Check', 'Verify integrity logs for early June snapshots', 1, 2, 2, 13, 11, '2026-06-12T12:00:00.000', '2026-06-19T19:53:49.880', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (119, 'Barcode Scanning Performance Fix', 'Optimize UI delay when processing consecutive items', 2, 2, 3, 18, 9, '2026-06-14T18:30:00.000', '2026-06-19T19:53:49.880', 11, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (120, 'Supplier Sync Validation', 'Investigate broken field parameters during nightly cron job', 2, 2, 2, 19, 8, '2026-06-15T09:00:00.000', '2026-06-19T19:53:49.880', 7, '2026-06-22T03:15:36.007', 1, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (121, 'Leave Policy Matrix Update', 'Adjust structural logic for regional holiday tracking formulas', 3, 1, 2, 24, 11, '2026-06-16T23:59:00.000', '2026-06-19T19:53:49.880', 2, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (122, 'Manager Dashboard Loading Delay', 'Optimize missing indexing queries causing timeout flags', 3, 2, 3, 25, 3, '2026-06-17T16:00:00.000', '2026-06-19T19:53:49.880', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (123, 'API Route Finalization', 'Merge staging gateway links into production controller', 1, 2, 2, 14, 2, '2026-06-20T17:00:00.000', '2026-06-19T19:53:49.880', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (124, 'Stock Variance Report UI', 'Format front-end data tables to highlight asset deficits', 2, 2, 2, 15, 6, '2026-06-21T12:00:00.000', '2026-06-19T19:53:49.880', 3, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (125, 'Warehouse Bin Mapping Card', 'Complete dynamic grid visualization view properties', 2, 2, 1, 16, 8, '2026-06-21T17:00:00.000', '2026-06-19T19:53:49.880', 9, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (126, 'Employee Directory Export Button', 'Implement excel/CSV layout downloads for HR staff', 3, 2, 2, 26, 8, '2026-06-22T15:30:00.000', '2026-06-19T19:53:49.880', 6, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (127, 'Document Upload Middleware', 'Enforce strict structural MIME-type verification controls', 3, 2, 3, 27, 8, '2026-06-22T18:00:00.000', '2026-06-19T19:53:49.880', 10, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (128, 'caculate price', NULL, 22, 1, 2, 12, NULL, '2026-06-29T00:00:00.000', '2026-06-22T04:01:27.747', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (129, 'Conduct requirements workshop for checkout flow', 'POS and storefront refresh for Q1 - Collect change requests and confirm scope', 23, 1, 2, 12, 1, '2027-01-11T00:00:00.000', '2027-01-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (130, 'Implement core POS storefront integration', 'POS and storefront refresh for Q1 - Implement the core screens and services', 23, 2, 3, 13, 1, '2027-01-18T00:00:00.000', '2027-01-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (131, 'Validate multi-currency transaction processing', 'POS and storefront refresh for Q1 - Verify edge cases and prep release notes', 23, 3, 1, 12, 1, '2027-01-25T00:00:00.000', '2027-01-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (132, 'Draft customer dashboard SLA requirements', 'Support portal and SLA workflow for Q1 - Collect change requests and confirm scope', 24, 1, 2, 14, 1, '2027-02-11T00:00:00.000', '2027-02-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (133, 'Develop service ticket submission interface', 'Support portal and SLA workflow for Q1 - Implement the core screens and services', 24, 2, 3, 15, 1, '2027-02-18T00:00:00.000', '2027-02-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (134, 'Run UAT billing/routing verification flows', 'Support portal and SLA workflow for Q1 - Verify edge cases and prep release notes', 24, 3, 1, 14, 1, '2027-02-25T00:00:00.000', '2027-02-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (135, 'Review statutory tax calculation rules', 'Payroll and approvals refresh for Q2 - Collect change requests and confirm scope', 25, 1, 2, 16, 1, '2027-03-11T00:00:00.000', '2027-03-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (136, 'Build automated monthly processing engine', 'Payroll and approvals refresh for Q2 - Implement the core screens and services', 25, 2, 3, 17, 1, '2027-03-18T00:00:00.000', '2027-03-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (137, 'Verify payslip PDF layout and data accuracy', 'Payroll and approvals refresh for Q2 - Verify edge cases and prep release notes', 25, 3, 1, 16, 1, '2027-03-25T00:00:00.000', '2027-03-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (138, 'Define vendor onboarding API schemas', 'Vendor onboarding and approval board - Collect change requests and confirm scope', 26, 1, 2, 18, 1, '2027-04-11T00:00:00.000', '2027-04-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (139, 'Create registration wizard and upload UI', 'Vendor onboarding and approval board - Implement the core screens and services', 26, 2, 3, 19, 1, '2027-04-18T00:00:00.000', '2027-04-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (140, 'Audit security compliance on document storage', 'Vendor onboarding and approval board - Verify edge cases and prep release notes', 26, 3, 1, 18, 1, '2027-04-25T00:00:00.000', '2027-04-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (141, 'Analyze real-time GPS location tracking constraints', 'Delivery scheduling and route updates - Collect change requests and confirm scope', 27, 1, 2, 20, 1, '2027-05-11T00:00:00.000', '2027-05-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (142, 'Integrate map APIs and background polling service', 'Delivery scheduling and route updates - Implement the core screens and services', 27, 2, 3, 21, 1, '2027-05-18T00:00:00.000', '2027-05-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (143, 'Test edge cases for background app termination', 'Delivery scheduling and route updates - Verify edge cases and prep release notes', 27, 3, 1, 20, 1, '2027-05-25T00:00:00.000', '2027-05-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (144, 'Document offline data synchronization strategy', 'Field support mobile app - Collect change requests and confirm scope', 28, 1, 2, 22, 1, '2027-06-11T00:00:00.000', '2027-06-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (145, 'Implement local SQLite cache and sync queue', 'Field support mobile app - Implement the core screens and services', 28, 2, 3, 23, 1, '2027-06-18T00:00:00.000', '2027-06-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (146, 'Perform network reconnection conflict resolution tests', 'Field support mobile app - Verify edge cases and prep release notes', 28, 3, 1, 22, 1, '2027-06-25T00:00:00.000', '2027-06-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (147, 'Finalize KPI reporting and visualization metrics', 'Sales analytics and KPI rollout - Collect change requests and confirm scope', 29, 1, 2, 24, 1, '2027-07-11T00:00:00.000', '2027-07-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (148, 'Build aggregate sales APIs with caching layer', 'Sales analytics and KPI rollout - Implement the core screens and services', 29, 2, 3, 25, 1, '2027-07-18T00:00:00.000', '2027-07-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (149, 'Conduct cross-browser and responsiveness check', 'Sales analytics and KPI rollout - Verify edge cases and prep release notes', 29, 3, 1, 24, 1, '2027-07-25T00:00:00.000', '2027-07-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (150, 'Map workflow state rules and approval matrix', 'Claims intake and review workflow - Collect change requests and confirm scope', 30, 1, 2, 26, 1, '2027-08-11T00:00:00.000', '2027-08-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (151, 'Develop automated rules engine for intake evaluation', 'Claims intake and review workflow - Implement the core screens and services', 30, 2, 3, 27, 1, '2027-08-18T00:00:00.000', '2027-08-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (152, 'Verify edge cases on notification routing rules', 'Claims intake and review workflow - Verify edge cases and prep release notes', 30, 3, 1, 26, 1, '2027-08-25T00:00:00.000', '2027-08-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (153, 'Gather warehouse bin mapping and allocation workflows', 'Cargo status and dispatch planning - Collect change requests and confirm scope', 31, 1, 2, 28, 1, '2027-09-11T00:00:00.000', '2027-09-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (154, 'Implement hardware barcode scanner API support', 'Cargo status and dispatch planning - Implement the core screens and services', 31, 2, 3, 29, 1, '2027-09-18T00:00:00.000', '2027-09-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (155, 'Run high-volume simulation stress tests', 'Cargo status and dispatch planning - Verify edge cases and prep release notes', 31, 3, 1, 28, 1, '2027-09-25T00:00:00.000', '2027-09-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (156, 'Review subscription proration and refund logic', 'Billing and statement enhancements - Collect change requests and confirm scope', 32, 1, 2, 30, 1, '2027-10-11T00:00:00.000', '2027-10-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (157, 'Integrate recurring invoice gateway endpoints', 'Billing and statement enhancements - Implement the core screens and services', 32, 2, 3, 31, 1, '2027-10-18T00:00:00.000', '2027-10-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (158, 'Validate automated payment retry dunning loops', 'Billing and statement enhancements - Verify edge cases and prep release notes', 32, 3, 1, 30, 1, '2027-10-25T00:00:00.000', '2027-10-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (159, 'Scope chat widget SLA handling rules', 'Customer care portal and case notes - Collect change requests and confirm scope', 33, 1, 2, 32, 1, '2027-11-11T00:00:00.000', '2027-11-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (160, 'Embed live chat components into client portals', 'Customer care portal and case notes - Implement the core screens and services', 33, 2, 3, 33, 1, '2027-11-18T00:00:00.000', '2027-11-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (161, 'Audit chat transcript persistence and storage cleanup', 'Customer care portal and case notes - Verify edge cases and prep release notes', 33, 3, 1, 32, 1, '2027-11-25T00:00:00.000', '2027-11-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (162, 'Assess resource allocation timeline requirements', 'Operations planning for year-end launch - Collect change requests and confirm scope', 34, 1, 2, 34, 1, '2027-12-11T00:00:00.000', '2027-12-02T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (163, 'Develop interactive scheduling Gantt chart component', 'Operations planning for year-end launch - Implement the core screens and services', 34, 2, 3, 35, 1, '2027-12-18T00:00:00.000', '2027-12-03T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Tasks" ("Id", "Title", "Description", "ProjectId", "StatusId", "PriorityId", "AssignedTo", "AssignedBy", "DueDate", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted", "IsArchived") VALUES (164, 'Verify event triggers on drag-and-drop actions', 'Operations planning for year-end launch - Verify edge cases and prep release notes', 34, 3, 1, 34, 1, '2027-12-25T00:00:00.000', '2027-12-04T00:00:00.000', 1, NULL, NULL, FALSE, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (1, 'admin', 'System', 'Admin', 'admin@tts.local', 'AQAAAAIAAYagAAAAECvk1uHPJiU8Uh+ZE5Gu8KnSE2sfPzF/gWE6WIPftNBpBTE+xeWUsNZJ74vj/WUiQA==', '09111111111', 1, TRUE, '2026-06-01T00:00:00.000', NULL, '2026-06-19T15:46:13.323', NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (2, 'mgr01', 'Kyaw Kyaw', 'Aung', 'mgr01@tts.local', 'AQAAAAIAAYagAAAAEOgN6MzeoxlSLef4b6w5eQ9EO4Lsllm8iMXbM7Nt/e2vJEeSfadZKOHI4wg3OmWlcQ==', '09200000002', 2, TRUE, '2026-06-01T00:00:00.000', 1, '2026-06-16T09:32:15.587', NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (3, 'mgr02', 'Min Min', 'Htun', 'mgr02@tts.local', 'HASHED_P@ssw0rd123!', '09200000003', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (4, 'mgr03', 'Mg Mg', 'Naing', 'mgr03@tts.local', 'HASHED_P@ssw0rd123!', '09200000004', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (5, 'mgr04', 'Aung Aung', 'Oo', 'mgr04@tts.local', 'HASHED_P@ssw0rd123!', '09200000005', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (6, 'mgr05', 'Wai Yan', 'Tun', 'mgr05@tts.local', 'HASHED_P@ssw0rd123!', '09200000006', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (7, 'mgr06', 'Thura', 'Ko', 'mgr06@tts.local', 'HASHED_P@ssw0rd123!', '09200000007', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (8, 'mgr07', 'Su Su', 'Win', 'mgr07@tts.local', 'HASHED_P@ssw0rd123!', '09200000008', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (9, 'mgr08', 'Nandar', 'Hlaing', 'mgr08@tts.local', 'HASHED_P@ssw0rd123!', '09200000009', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (10, 'mgr09', 'Phyo Phyo', 'Aye', 'mgr09@tts.local', 'HASHED_P@ssw0rd123!', '09200000010', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (11, 'mgr10', 'Zaw Zaw', 'Lin', 'mgr10@tts.local', 'HASHED_P@ssw0rd123!', '09200000011', 2, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (12, 'emp01', 'Hla Hla', 'Khin', 'emp01@tts.local', 'AQAAAAIAAYagAAAAEA4f098+mKmL/CQTOuKH1CkfPiJwPEhy6bxxzVH4EUVTSuowjzKm5K9y0qI0bELQ8Q==', '09300000012', 3, TRUE, '2026-06-01T00:00:00.000', 1, '2026-06-17T03:48:14.057', NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (13, 'emp02', 'Nwe Nwe', 'Aye', 'emp02@tts.local', 'HASHED_P@ssw0rd123!', '09300000013', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (14, 'emp03', 'Ei Ei', 'Mon', 'emp03@tts.local', 'AQAAAAIAAYagAAAAELrpxwuFpgj6b0nqE/Y52BOgkPLe+gZi31D68B9JqrlJu442YGtwS+HySwi2WFV+UA==', '09300000014', 3, TRUE, '2026-06-01T00:00:00.000', 1, '2026-06-18T15:49:29.023', NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (15, 'emp04', 'Thandar', 'Win', 'emp04@tts.local', 'HASHED_P@ssw0rd123!', '09300000015', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (16, 'emp05', 'Khin Khin', 'Tun', 'emp05@tts.local', 'HASHED_P@ssw0rd123!', '09300000016', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (17, 'emp06', 'Su Mon', 'Hlaing', 'emp06@tts.local', 'HASHED_P@ssw0rd123!', '09300000017', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (18, 'emp07', 'Mon Mon', 'Aung', 'emp07@tts.local', 'HASHED_P@ssw0rd123!', '09300000018', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (19, 'emp08', 'Yee Yee', 'Lwin', 'emp08@tts.local', 'HASHED_P@ssw0rd123!', '09300000019', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (20, 'emp09', 'Pyae Pyae', 'Naing', 'emp09@tts.local', 'HASHED_P@ssw0rd123!', '09300000020', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (21, 'emp10', 'May', 'Zaw', 'emp10@tts.local', 'HASHED_P@ssw0rd123!', '09300000021', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (22, 'emp11', 'Htet Htet', 'Oo', 'emp11@tts.local', 'HASHED_P@ssw0rd123!', '09300000022', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (23, 'emp12', 'Aye Aye', 'Khaing', 'emp12@tts.local', 'HASHED_P@ssw0rd123!', '09300000023', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (24, 'emp13', 'Chaw Chaw', 'Aung', 'emp13@tts.local', 'HASHED_P@ssw0rd123!', '09300000024', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (25, 'emp14', 'Mya Mya', 'Myint', 'emp14@tts.local', 'HASHED_P@ssw0rd123!', '09300000025', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (26, 'emp15', 'Lwin Lwin', 'Htun', 'emp15@tts.local', 'HASHED_P@ssw0rd123!', '09300000026', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (27, 'emp16', 'Phyu Phyu', 'Soe', 'emp16@tts.local', 'HASHED_P@ssw0rd123!', '09300000027', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (28, 'emp17', 'Myat Myat', 'Aung', 'emp17@tts.local', 'HASHED_P@ssw0rd123!', '09300000028', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (29, 'emp18', 'Nyein Nyein', 'Win', 'emp18@tts.local', 'HASHED_P@ssw0rd123!', '09300000029', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (30, 'emp19', 'Kyu Kyu', 'Hlaing', 'emp19@tts.local', 'HASHED_P@ssw0rd123!', '09300000030', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (31, 'emp20', 'San San', 'Aye', 'emp20@tts.local', 'HASHED_P@ssw0rd123!', '09300000031', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (32, 'emp21', 'Si Si', 'Ko', 'emp21@tts.local', 'HASHED_P@ssw0rd123!', '09300000032', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (33, 'emp22', 'Moe Moe', 'Thant', 'emp22@tts.local', 'HASHED_P@ssw0rd123!', '09300000033', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (34, 'emp23', 'Yu Yu', 'Naing', 'emp23@tts.local', 'HASHED_P@ssw0rd123!', '09300000034', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (35, 'emp24', 'Pan Pan', 'Wai', 'emp24@tts.local', 'HASHED_P@ssw0rd123!', '09300000035', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (36, 'emp25', 'Khaing', 'Khine', 'emp25@tts.local', 'HASHED_P@ssw0rd123!', '09300000036', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (37, 'emp26', 'Thiri', 'Aung', 'emp26@tts.local', 'HASHED_P@ssw0rd123!', '09300000037', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (38, 'emp27', 'Hnin', 'Aye', 'emp27@tts.local', 'HASHED_P@ssw0rd123!', '09300000038', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (39, 'emp28', 'Wint', 'Oo', 'emp28@tts.local', 'HASHED_P@ssw0rd123!', '09300000039', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (40, 'emp29', 'Chan', 'Moe', 'emp29@tts.local', 'HASHED_P@ssw0rd123!', '09300000040', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (41, 'emp30', 'Aye', 'Mon', 'emp30@tts.local', 'HASHED_P@ssw0rd123!', '09300000041', 3, TRUE, '2026-06-01T00:00:00.000', 1, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (42, 'mgr11', 'Htoo Aung', 'Lwin', 'mgr01@gmail.com', 'AQAAAAIAAYagAAAAECTH+CrFqAOxC9VajYmq7WJaaaYZ+jvjO8+XO7ovwRn7YejMYZTLTEROurI6YMbMKg==', '234565432', 2, TRUE, '2026-06-17T07:48:27.583', NULL, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (43, 'testuser', 'Test', 'User', 'test@example.com', 'AQAAAAIAAYagAAAAEA5lUHPsaeUPeUaznoHnjOvHSm2skqAERD9wbyJnHcHWNnuBdy6lnjRF3EtAy4FJIQ==', '', 3, TRUE, '2026-06-18T09:25:35.540', NULL, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (44, 'Ths_16', 'Thin Htet', 'San', 'aiyurina161020@gmail.com', 'AQAAAAIAAYagAAAAEHpOQiiSeZkhqxFD+4VtPnq82TW4apBdt1qvCzt2fPFxAUyzYb5mm1DBmvAp5QfRYw==', '09260022544', 3, TRUE, '2026-06-18T15:50:16.737', NULL, NULL, NULL, FALSE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (45, 'testing', 'test', 'ing', 'testing@gmail.com', 'AQAAAAIAAYagAAAAEHtWl016AGw9A8en4pQ20vZM/Lm1drEQTuZEbno45E2r9TkhFcTGNzECxOdFb2HzvQ==', '0923847568584', 4, TRUE, '2026-06-19T13:02:46.403', NULL, NULL, NULL, TRUE);
INSERT INTO "Users" ("Id", "Username", "FirstName", "LastName", "Email", "PasswordHash", "Phone", "RoleId", "IsActive", "CreatedAt", "CreatedBy", "UpdatedAt", "UpdatedBy", "IsDeleted") VALUES (46, 'maungaye', 'Maung', 'Aye', 'maungaye@gmail.com', 'AQAAAAIAAYagAAAAEGMdoiwJ634iuAxFxHUb+Qqkp1lQ6ein6A4i8EWlCvaofif8dswsERK9jHixckQddw==', '098765432234', 3, TRUE, '2026-06-22T04:13:19.313', NULL, NULL, NULL, FALSE);
-- Reset primary key sequences for tables with auto-increment IDs
SELECT setval(pg_get_serial_sequence('"Roles"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Roles";
SELECT setval(pg_get_serial_sequence('"Users"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Users";
SELECT setval(pg_get_serial_sequence('"Menus"', 'MenuId'), COALESCE(MAX("MenuId"), 1)) FROM "Menus";
SELECT setval(pg_get_serial_sequence('"Permissions"', 'PermissionId'), COALESCE(MAX("PermissionId"), 1)) FROM "Permissions";
SELECT setval(pg_get_serial_sequence('"RoleMenus"', 'RoleMenuId'), COALESCE(MAX("RoleMenuId"), 1)) FROM "RoleMenus";
SELECT setval(pg_get_serial_sequence('"RolePermissions"', 'RolePermissionId'), COALESCE(MAX("RolePermissionId"), 1)) FROM "RolePermissions";
SELECT setval(pg_get_serial_sequence('"Projects"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Projects";
SELECT setval(pg_get_serial_sequence('"Tasks"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Tasks";
SELECT setval(pg_get_serial_sequence('"Comments"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Comments";
SELECT setval(pg_get_serial_sequence('"AuditLogs"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "AuditLogs";
SELECT setval(pg_get_serial_sequence('"Issues"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "Issues";
SELECT setval(pg_get_serial_sequence('"notifications"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "notifications";
SELECT setval(pg_get_serial_sequence('"user_devices"', 'Id'), COALESCE(MAX("Id"), 1)) FROM "user_devices";
SET session_replication_role = 'origin';
COMMIT;
|