storj/satellite/payments
Stefan Benten 5f6fccc6e8 satellite/satellitedb: makes limits nullable change backwards compatible
Our current endpoints bail on us, if the column data is null. Thus we need
to take the intermediate step and set the default to a fixed value and
reset those with the following release.

It sets the default column value to our current config values of 50GB
for storage and bandwidth and 100 buckets, while still enabling the field to be nullable.
All 0 values are migrated to be the default as well to ensure they can
keep using their projects, as with the original change, 0 actually means 0.

Change-Id: I797be80ce2d2105091599dc1b3fc76f74336b66b
2020-09-23 17:54:42 +02:00
..
coinpayments all: fix comments 2020-07-16 19:13:14 +03:00
paymentsconfig satellite/console: make paywall optional 2020-07-28 10:57:49 +00:00
stripecoinpayments satellite/satellitedb: makes limits nullable change backwards compatible 2020-09-23 17:54:42 +02:00
account.go satellite/payments: delete credits and credits_spendings db tables 2020-07-30 12:19:57 +03:00
balance.go satellite: account balance divided into Free Credits and Coins 2020-05-18 14:25:26 +00:00
charges.go satellite/console: add credit card charges to billing history 2020-01-03 17:34:59 +02:00
coupons_test.go satellite/payments: coupon expiration bug fixed 2020-06-01 12:20:08 +03:00
coupons.go satellite/payments: available coupon value feature 2020-06-02 10:00:45 +00:00
creditcards.go satellite/{payments,admin}: add deletion of user creditcards on account deletion 2020-08-27 10:18:19 +00:00
credits.go all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
invoices.go satellite/admin: add user deletion 2020-07-14 11:37:00 +00:00
projectcharges.go all: switch to storj.io/common/uuid 2020-03-31 19:16:41 +03:00
tokens.go satellite/payments: add deposit bonus to stripe balance 2020-06-01 17:41:10 +00:00