Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 'MV_VERSION' table with version info in it #887

Closed
dwfncar opened this issue Oct 12, 2017 · 1 comment
Closed

add 'MV_VERSION' table with version info in it #887

dwfncar opened this issue Oct 12, 2017 · 1 comment
Milestone

Comments

@dwfncar
Copy link
Contributor

dwfncar commented Oct 12, 2017

From Kirk:


you might want to consider adding an 'MV_VERSION' table such as:



CREATE TABLE MV_VERSION
(
    mv_versionVARCHAR(8) NOT NULL PRIMARY KEY,
    release_date DATETIME NOT NULL,
    updated TIMESTAMP DEFAULT CURRENT_TIMESTAMP
) ENGINE = MyISAM;

INSERT INTO MV_VERSION (mv_version, release_date) VALUES( '2.2',
'2017-10-11 15:00:00' );

This would allow for automatic updating of mv databases during the
installation process since the schema version would now be embedded in
each database.

[MET-887] created by tatiana

@dwfncar
Copy link
Contributor Author

dwfncar commented Sep 11, 2018

Moved to GitHub. #21
by lisag

@dwfncar dwfncar closed this as completed Sep 11, 2018
@dwfncar dwfncar added this to the mv 2.7 milestone Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant