It seems like when spark installs, it has a series of stub tables that are added to the migrations. The latest 10.0 version seemed to make an addition to these stubs, but the change didn't go back into the migrations folder for the main part of the application. Not sure if this is intended or not, but those tables were not copied down to the migration files that actually run. I added them to these migrations and it seems to work.
Jul 10, 2020
1
Level 2
spark create_spark_subscriptions_table.php not migrating 2 of 4 tables
Hi there. I am messing around with my app, which has the newest 10.0 version of spark i just updated to yesterday. I did a migration and, after some issues with stripe, i found that the create_spark_subscriptions_table.php is not migrating the subscription_items and team_subscription_items tables. I am not seeing any migration errors or anything in the logs that shows an error.
Thought I would throw this to the group and see if anyone has any thoughts about this.
thanks
Please or to participate in this conversation.