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

Additional check_database_schema.php check #96

Open
brendanheywood opened this issue Jun 17, 2019 · 1 comment
Open

Additional check_database_schema.php check #96

brendanheywood opened this issue Jun 17, 2019 · 1 comment

Comments

@brendanheywood
Copy link

We should be able to run a check_database_schema.php check to confirm that all new installs and upgrades are in sync.

So the CI plugin should grab the earliest verion of install.xml, install it, then checkout the latest version on HEAD and run the upgrade script, then run check_database_schema.php and confirm it is empty

Ideally this is zero config, but maybe we need to tell travis the commit hash of the initial commit where the first install.xml file was introduced

@Peterburnett
Copy link

A patch has been submitted to include this check in PR #102

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

2 participants