summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Expand)Author
2021-03-25Update promotion rule names on dbluca-landa
2021-02-19Add currency to subscriptionluca-landa
2020-11-23Remove time component from actionable_date columnsAlessandro Desantis
2020-10-08Generate guest_token for all subscriptionsAlessandro Desantis
2020-09-27Fix foreign key type for MySQLAlessandro Desantis
2020-09-25Use integer foreign keys for compatibility with old tablesAlessandro Desantis
2020-09-17Add order association to subscriptionsNicolò€ Rebughini
2020-07-30Use jsonb for subscription event details when possibleAlessandro Desantis
2020-07-30Implement subscription event trackingAlessandro Desantis
2020-06-19Fix migration versionsAlessandro Desantis
2020-06-18Store payment method and source on subscriptionsAlessandro Desantis
2020-06-17Add billing_address association to subscriptionAlessandro Desantis
2019-09-12Fix remove_foreign_key failing in Rails 6Alessandro Desantis
2017-06-09Support Rails 5.1John Hawthorn
2017-02-03Add Subscription configuration valuesBrendan Deere
2017-01-12Merge pull request #121 from brendandeere/change_dates_to_date_timesBrendan Deere
2017-01-12Installment#actionable_date is a DateTimeBrendan Deere
2017-01-12Subscription actionable_date is a DateTimeBrendan Deere
2017-01-12Replace max_installments with end_dateBrendan Deere
2017-01-12Subscriptions have their own shipping methodsBrendan Deere
2017-01-06Subscriptions belong to a storeBrendan Deere
2016-10-19Installments no longer track their order directlyBrendan Deere
2016-10-19Spree::Order#subscription_orderBrendan Deere
2016-10-19Installment details track ordersBrendan Deere
2016-10-14Allow the spree_line_item_id to be nilBrendan Deere
2016-10-06Add Subscription#skip_count and #successive_skip_countBrendan Deere
2016-09-22Refactor interval to be stored more genericallyAlex Blackie
2016-09-20Fix migration foreign keysBrendan Deere
2016-09-08Add InstallmentDetail#messageBrendan Deere
2016-09-08Add InstallmentDetail#successfulBrendan Deere
2016-09-08Remove InstallmentDetail#stateBrendan Deere
2016-08-29Rename LineItem#installments to max_installmentsBrendan Deere
2016-08-25Add #subscribable? to Spree::VariantsBrendan Deere
2016-08-25Add InstallmentDetailsBrendan Deere
2016-08-25Add InstallmentsBrendan Deere
2016-08-25Add SubscriptionLineItemsBrendan Deere
2016-08-25Add SubscriptionsBrendan Deere