Skip to content

Commit 94a7fe8

Browse files
committed
Update demo data and docs
1 parent f68b098 commit 94a7fe8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

database/help_desk.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ VALUES (1, 'Lowest', '#dcfce7', '#22c55e', 'fa-arrow-down', NULL, '2022-09-19 10
6767
INSERT INTO `ticket_statuses` (`id`, `title`, `text_color`, `bg_color`, `default`, `deleted_at`, `created_at`,
6868
`updated_at`, `slug`)
6969
VALUES (1, 'Created', '#6b7280', '#f3f4f6', 1, NULL, '2022-09-19 09:17:50', '2022-09-19 11:30:48', 'created'),
70-
(2, 'In progress', '#0ea5e9', '#e0f2fe', 0, NULL, '2022-09-19 09:19:17', '2022-09-19 11:30:48', 'in-progress'),
70+
(2, 'In progress', '#0ea5e9', '#e0f2fe', 0, NULL, '2022-09-19 09:19:17', '2022-09-19 11:30:48', 'in_progress'),
7171
(3, 'Done', '#f97316', '#ffedd5', 0, NULL, '2022-09-19 09:21:17', '2022-09-19 11:30:48', 'done'),
7272
(4, 'Validated', '#22c55e', '#dcfce7', 0, NULL, '2022-09-19 09:21:29', '2022-09-19 11:30:48', 'validated'),
7373
(5, 'Rejected', '#ef4444', '#fee2e2', 0, NULL, '2022-09-19 09:21:41', '2022-09-19 11:30:48', 'rejected');

public/docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ <h2>Installation</h2>
165165
</li>
166166
<li>Install docker container <code>./vendor/sail/bin up -d</code></li>
167167
<li>Database migration: using the docker terminal for <strong>laravel.test-1 container run this command </strong> <code>php artisan migrate</code></li>
168+
<li>Database seed: using the docker terminal for <strong>laravel.test-1 container run this command </strong> <code>php artisan db:seed</code></li>
168169
<li>
169170
<strong>Optional</strong> if you wan't some demo data:
170171
<ul>

0 commit comments

Comments
 (0)