Skip to content

Commit 39f888a

Browse files
committed
Remove database command
1 parent 12ff3e1 commit 39f888a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

resources/presets/horizon/config.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@
1717
'processing_message' => 'Installing Horizon resources.',
1818
'success_message' => 'Horizon resources installed.',
1919
],
20-
[
21-
'type' => 'run',
22-
'command' => "node -e \"require('fs').closeSync(require('fs').openSync('database/database.sqlite', 'a'))\"",
23-
'processing_message' => 'Creating SQLite database.',
24-
'success_message' => 'SQLite database created.',
25-
],
2620
[
2721
'type' => 'copy',
2822
'input' => 'config/horizon.php',
2923
'output' => 'config/horizon.php',
3024
],
25+
[
26+
'type' => 'notify',
27+
'content' => "Make sure you have a `database/database.sqlite` file present.",
28+
],
3129
[
3230
'type' => 'notify',
3331
'content' => "Add this to `.env` file:\n\nSOCIAL_IMAGE_QUEUE_NAME=social-images\nSTATAMIC_STATIC_WARM_QUEUE=static-cache",

0 commit comments

Comments
 (0)