Skip to content

Commit

Permalink
Enable redirection by default + sync of front-end.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagmat84 committed Jan 13, 2022
1 parent 68b2d2f commit f9563ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion database/migrations/2021_12_04_181200_refactor_models.php
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ private function upgradeConfig(): void
DB::table('configs')
->insert([
'key' => 'legacy_id_redirection',
'value' => '0',
'value' => '1',
'cat' => 'config',
'confidentiality' => 0,
'type_range' => '0|1',
Expand Down
2 changes: 1 addition & 1 deletion public/Lychee-front

0 comments on commit f9563ec

Please sign in to comment.