discourse-subscriptions/db/migrate
Bianca Nenciu f47400a9b1
DEV: Fix mismatched column types (#240)
The primary key is usually a bigint column, but the foreign key columns
are usually of integer type. This can lead to issues when joining these
columns due to mismatched types and different value ranges.
2024-10-10 16:29:35 +03:00
..
20191203014808_create_subscriptions_customers.rb REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
20200514175537_create_products.rb REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
20200518145424_create_subscriptions.rb REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
20240430163338_add_status_to_subscriptions.rb DEV: Stop deleting customers on cancel (#207) 2024-05-02 13:38:30 -06:00
20241009160105_alter_customer_id_to_bigint.rb DEV: Fix mismatched column types (#240) 2024-10-10 16:29:35 +03:00