#4141 Keep schema upgrade transactional
Merged 8 months ago by tkopecek. Opened 9 months ago by mikem.

@@ -46,8 +46,9 @@ 

  

  INSERT INTO locks(name) VALUES('repo-queue');

  

- COMMIT;

  

- -- this must be outside the transaction block

- CREATE INDEX CONCURRENTLY IF NOT EXISTS rpminfo_nvra

+ -- new rpminfo index needed because of draft build changes

+ CREATE INDEX IF NOT EXISTS rpminfo_nvra

      ON rpminfo(name,version,release,arch,external_repo_id);

+ 

+ COMMIT;

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

9 months ago

Metadata Update from @tkopecek:
- Pull-request untagged with: testing-ready
- Pull-request tagged with: no_qe

8 months ago

Commit 8a6857f fixes this pull-request

Pull-Request has been merged by tkopecek

8 months ago
Metadata