diff --git a/database/migrations/2020_12_21_153235_update_min_password.php b/database/migrations/2020_12_21_153235_update_min_password.php new file mode 100644 index 0000000000..a05ec88892 --- /dev/null +++ b/database/migrations/2020_12_21_153235_update_min_password.php @@ -0,0 +1,38 @@ +update(['pwd_secure_min' => '8']); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +}