Skip to content

Commit 949f158

Browse files
committed
Update demo data
1 parent f8a3fdc commit 949f158

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

database/help_desk.sql

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ VALUES (4, 'Dark Vador', 'darkvador@gmail.com', NULL, '$2y$10$4f8HPTwKhVzpAP5kas
1313
'$2y$10$MR51TVg3xzUXs308oTxp8.Pw9sjs7ijaeGYLJZsq85CdY/azYD0bG', NULL, '2022-09-11 15:31:51',
1414
'2022-09-11 15:31:55', 'employee', '82c93eba-9a33-4dbe-abac-22f11f5c1f54', NULL);
1515

16-
INSERT INTO `projects` (`id`, `name`, `description`, `owner_id`, `deleted_at`, `created_at`, `updated_at`)
16+
INSERT INTO `projects` (`id`, `name`, `description`, `owner_id`, `deleted_at`, `created_at`, `updated_at`, `ticket_prefix`)
1717
VALUES (1, 'Default project',
1818
'<p>This is the default project to associate to any created ticket that are not related to any other projects.</p>',
19-
4, NULL, '2022-09-11 16:29:08', '2022-09-11 16:35:48'),
19+
4, NULL, '2022-09-11 16:29:08', '2022-09-11 16:35:48', 'DEFP'),
2020
(2, 'IDEAO', '<p>Project for managing tickets linked to the IDEAO project</p>', 4, NULL, '2022-09-11 17:09:31',
21-
'2022-09-11 17:12:47'),
21+
'2022-09-11 17:12:47', 'IDEA'),
2222
(3, 'Arena job', '<p>Project for managing tickets linked to the Arena job project</p>', 4, NULL,
23-
'2022-09-11 17:13:05', '2022-09-11 17:13:17'),
23+
'2022-09-11 17:13:05', '2022-09-11 17:13:17', 'ARJO'),
2424
(4, 'ARP', '<p>Project for managing tickets linked to the ARP project</p>', 5, NULL, '2022-09-11 17:13:25',
25-
'2022-09-11 17:15:04');
25+
'2022-09-11 17:15:04', 'ARPT');
2626

2727
INSERT INTO `favorite_projects` (`id`, `user_id`, `project_id`, `created_at`, `updated_at`)
2828
VALUES (6, 4, 2, '2022-09-11 17:09:33', '2022-09-11 17:09:33'),

0 commit comments

Comments
 (0)