G
Asked
Hi i'm getting error while saving order, even with one item in it this is the laravel error log https://pastebin.com/fBfS9UzX
i ran all my migrations successfuly, there is nothing to migrate.
[ bm]$ php artisan migrate:status
Migration name .............................................................................. Batch / Status
2019_12_14_000001_create_personal_access_tokens_table .............................................. [1] Ran
2021_10_07_000000_update_oid_user_id_unique_index_on_orders_table .................................. [4] Ran
2021_10_20_050000_unify_addresses_to_all_tables .................................................... [4] Ran
2021_11_22_000000_drop_delivered_by_foreign_key_from_deliveries_table .............................. [4] Ran
2022_01_19_000000_modify_failed_jobs_table ......................................................... [3] Ran
2022_02_14_025831_update_modifier_options_table .................................................... [4] Ran
2022_03_10_113257_add_event_column_to_activity_log_table ........................................... [3] Ran
2022_03_10_113258_add_batch_uuid_column_to_activity_log_table ...................................... [3] Ran
2022_07_10_000000_create_price_groups_table ........................................................ [7] Ran
2022_07_16_000000_create_price_groups_related_table ................................................ [6] Ran
2022_09_06_134723_drop_variation_foreign_keys ...................................................... [5] Ran
2022_12_22_211215_insert_mps_settings .............................................................. [8] Ran
i ran all my migrations successfuly, there is nothing to migrate.
[ bm]$ php artisan migrate:status
Migration name .............................................................................. Batch / Status
2019_12_14_000001_create_personal_access_tokens_table .............................................. [1] Ran
2021_10_07_000000_update_oid_user_id_unique_index_on_orders_table .................................. [4] Ran
2021_10_20_050000_unify_addresses_to_all_tables .................................................... [4] Ran
2021_11_22_000000_drop_delivered_by_foreign_key_from_deliveries_table .............................. [4] Ran
2022_01_19_000000_modify_failed_jobs_table ......................................................... [3] Ran
2022_02_14_025831_update_modifier_options_table .................................................... [4] Ran
2022_03_10_113257_add_event_column_to_activity_log_table ........................................... [3] Ran
2022_03_10_113258_add_batch_uuid_column_to_activity_log_table ...................................... [3] Ran
2022_07_10_000000_create_price_groups_table ........................................................ [7] Ran
2022_07_16_000000_create_price_groups_related_table ................................................ [6] Ran
2022_09_06_134723_drop_variation_foreign_keys ...................................................... [5] Ran
2022_12_22_211215_insert_mps_settings .............................................................. [8] Ran
- MSAnsweredHello,
Looks like I have missed the migration files again :-(
Sales table doesn't have `discount_method` column. I have uploaded the item and released the `0.11.2` with missing migrations.
Thank you - Login to Reply