Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[PAN-2818] Database versioning and enable multi-column database #1830

Merged
merged 27 commits into from
Aug 14, 2019
Merged

[PAN-2818] Database versioning and enable multi-column database #1830

merged 27 commits into from
Aug 14, 2019

Conversation

RatanRSur
Copy link
Contributor

@RatanRSur RatanRSur commented Aug 7, 2019

PR description

Turns on multi-column database by default.

Introduce database metadata json file to database directory, which only contains version info as of now.

  • If there is no database, create the latest version.
  • Otherwise use the database loader for the version found
    • If there is no database metadata found, assume version 0 loader
    • Otherwise use loader for version specified in database metadata file.

Fixed Issue(s)

https://pegasys1.atlassian.net/secure/RapidBoard.jspa?rapidView=28&modal=detail&selectedIssue=PAN-2818

@RatanRSur RatanRSur marked this pull request as ready for review August 7, 2019 18:56
@RatanRSur RatanRSur changed the title [PAN-2818] Database versioning [PAN-2818] Database versioning and enable multi-column database Aug 7, 2019
@RatanRSur RatanRSur merged commit 8ac3d09 into PegaSysEng:master Aug 14, 2019
@RatanRSur RatanRSur deleted the database-versioning branch August 14, 2019 15:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants