Skip to content
database

GitHub Action

mysql-schema-diff

1.0.1 Latest version

mysql-schema-diff

database

mysql-schema-diff

Check to see if the MySQL schemas for 2 DBs are the same

Installation

Copy and paste the following snippet into your .yml file.

              

- name: mysql-schema-diff

uses: GoLinks/[email protected]

Learn more about this action in GoLinks/mysql-schema-diff-action

Choose a version

MySQL Schema Diff Action

This action is used to check if 2 databases have the same schemas. This can be used to check if a stage and production database have the same schemas before merging code.

inputs:
  hostname1
  username1
  password1
  database1
  hostname2
  username2
  password2
  database2