Skip to content
View jleehr's full-sized avatar
Block or Report

Block or report jleehr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Drupal 8 - Migrate from public to pr... Drupal 8 - Migrate from public to private files
    1
    # Enable maintanance mode
    2
    drush state-set system.maintenance_mode 1
    3
    
    
    4
    # Backup file field data
    5
    drush sql-query "CREATE TABLE media__field_file_bak AS SELECT * FROM media__field_file;"