diff --git a/database/migrations/2023_03_14_130653_migrate_empty_user_funcs_to_null.php b/database/migrations/2023_03_14_130653_migrate_empty_user_funcs_to_null.php new file mode 100644 index 0000000000..4834a59df5 --- /dev/null +++ b/database/migrations/2023_03_14_130653_migrate_empty_user_funcs_to_null.php @@ -0,0 +1,25 @@ +update(['user_func' => null]); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + } +}