parcelvoy / platform

Parcelvoy: Open source multi-channel marketing automation platform. Send data-driven emails, sms, push notifications and more!
https://parcelvoy.com
Other
188 stars 32 forks source link

Updates the historical migration for creating an org #431

Closed pushchris closed 3 months ago

pushchris commented 3 months ago

The migration for creating the organizations table also tried to backfill an organization for existing installations but had no logical checks to make sure it wasn't running for new installations as well. This updates that historical migration to prevent it from happening moving forward for users. Existing users before this PR may need to link their admin record to a organization or change the role of the admin to owner

Fixes #415