Hi everyone! Is it possible to delete a file resou...
# compose
p
Hi everyone! Is it possible to delete a file resource from composeResources?
I have a seed file for my database there and after the db seeding is done I'd like to remove this file as it's 10MB
k
No. Resources are a part of the UI. You are supposed to use a file in your case
2
👍 2
j
Nope, they're static resources. If you haven't already, compressing it to save a bit more space might help offset the loss