NewsBlur/apps/profile/migrations
2022-05-11 15:00:23 -04:00
..
0001_initial.py upgrade migrations files to python3 django2.0 2020-06-17 00:11:02 -04:00
0002_auto_20200620_0803.py fix integrity error issues in profile models 2020-06-20 04:31:48 -04:00
0003_auto_20201005_0932.py add migration for timezone change 2020-10-05 16:35:26 +07:00
0004_auto_20220110_2106.py Adding is_pro field to Profile, also making a bunch of null/blank ALTER TABLE migrations and seeing how long they take to apply to a staging prod db. 2022-01-10 16:07:49 -05:00
0005_profile_is_archive.py Adding archive premium accounts. 2022-01-11 10:59:45 -05:00
0006_profile_days_of_unread.py days_of_unread should be default null, so double check at run-time. 2022-02-16 15:46:44 -05:00
0007_auto_20220125_2108.py Adding premium_renewal profile field to track premium cancellations. 2022-01-25 16:08:56 -05:00
0008_profile_paypal_sub_id.py Adding paypal sub id and paypalrestsdk library. Paypal has what it needs, now to hook up the API which is still unauthorized. 2022-02-08 12:49:40 -05:00
0009_paypalids.py Adding paypal ids. Still needs to save old paypal ids when new ones come in. 2022-02-08 18:40:07 -05:00
0010_profile_active_provider.py Adding active_provider field to profile to capture most recent payment provider in order to show correction options on feedchooser/premium dialog. Paypal now upgrades, just need to write messaging stating switches should happen at rewewal. 2022-02-16 09:20:43 -05:00
0011_auto_20220408_1908.py Adding refunded transaction status to payment history. Stripe still needs hooked up. 2022-04-08 15:08:42 -04:00
0012_auto_20220511_1710.py Adding file system size (bytes) for feeds, decompressing stories to figure out their true size. Needs to be integrated into the UI. 2022-05-11 15:00:23 -04:00
__init__.py Adding migrations. Yay for South 2010-06-11 16:58:07 -04:00