[openSUSE/open-build-service] 6b7a72: Fix wrong version of migration
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 6b7a720d85f8fb8d35f60617b6731ff2d1383b6c https://github.com/openSUSE/open-build-service/commit/6b7a720d85f8fb8d35f606... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2023-04-20 (Thu, 20 Apr 2023) Changed paths: M src/api/app/models/issue_tracker.rb R src/api/db/migrate/202302224114624_add_diff_ref_to_comments.rb A src/api/db/migrate/20230224114624_add_diff_ref_to_comments.rb M src/api/db/schema.rb Log Message: ----------- Fix wrong version of migration Before these changes are deployed, we have to manually modify the version number in the production server. The `schema_migrations` table contains, in its `version` column, the wrong number `202302224114624` and we should replace it with `20230224114624`. Co-authored-by: Eduardo Navarro <enavarro@suse.com> Commit: 736842dcf7a6c6b7f28df596f0a6515ebd97d4b9 https://github.com/openSUSE/open-build-service/commit/736842dcf7a6c6b7f28df5... Author: Eduardo J <enavarro@suse.com> Date: 2023-04-20 (Thu, 20 Apr 2023) Changed paths: M src/api/app/models/issue_tracker.rb R src/api/db/migrate/202302224114624_add_diff_ref_to_comments.rb A src/api/db/migrate/20230224114624_add_diff_ref_to_comments.rb M src/api/db/schema.rb Log Message: ----------- Merge pull request #14185 from saraycp/track_last_schema_update Fix wrong version of migration Compare: https://github.com/openSUSE/open-build-service/compare/b781a0c3ed0b...736842...
participants (1)
-
Eduardo J.