[openSUSE/open-build-service] 460f15: Change notifications primary and foreign keys to b...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 460f15b510de8f9a81d9cec336b4c6d22742707a https://github.com/openSUSE/open-build-service/commit/460f15b510de8f9a81d9ce... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: A src/api/db/migrate/20221123163119_change_notifications_primary_and_foreign_keys_to_bigint.rb M src/api/db/schema.rb Log Message: ----------- Change notifications primary and foreign keys to bigint We are adding new notifications types which could increase the number of notifications considerably. So we extend the capacity of the primary key to avoid future overflow. Not only do we extend the Notification#id and NotifiedProject#id but also the NotifiedProject#notification_id. Commit: b79c3554b7c6c0c5f3cacdc194515e664d6716e4 https://github.com/openSUSE/open-build-service/commit/b79c3554b7c6c0c5f3cacd... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M src/api/app/models/notification.rb M src/api/app/models/notified_project.rb Log Message: ----------- Update annotations in the affected models Commit: 54cb27bdd62daae6a71e8a1256b8bd26638585f9 https://github.com/openSUSE/open-build-service/commit/54cb27bdd62daae6a71e8a... Author: Eduardo J <enavarro@suse.com> Date: 2022-11-30 (Wed, 30 Nov 2022) Changed paths: M src/api/app/models/notification.rb M src/api/app/models/notified_project.rb A src/api/db/migrate/20221123163119_change_notifications_primary_and_foreign_keys_to_bigint.rb M src/api/db/schema.rb Log Message: ----------- Merge pull request #13421 from saraycp/extend_notifications_id_column_capacity Extend notifications primary and foreign keys capacity Compare: https://github.com/openSUSE/open-build-service/compare/93cd2bd4fbb3...54cb27...
participants (1)
-
Eduardo J.