Describe the bug
After setting a bucket inside config.toml and running supabase db push, the bucket it's not created on the remote project.
To Reproduce
Steps to reproduce the behavior:
- Go to 'config.toml'
- Create a bucket.
- Restart the project to see bucket on supabase studio.
- Push changes with supabase db push
Expected behavior
The bucket defined inside config.toml should be created in the remote project.