backdrop-contrib / private_files_download_permission

Provides a simple permission to allow downloading of private files per directory with by-user and by-role filters.
GNU General Public License v2.0
0 stars 2 forks source link

Issue #1: Drop conditions before deleting both core and contrib tables. #3

Open jenlampton opened 2 days ago

jenlampton commented 2 days ago

Fixes https://github.com/backdrop-contrib/private_files_download_permission/issues/1

I did swap around what was being modified in private_files_download_permission_update_1001 and private_files_download_permission_update_1002 since I thought it made more sense this way, but as long as the table modifications come before the drops, it should still work.