Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created May 12, 2020 08:18
Show Gist options
  • Save wshihadeh/2912bd82efefc12fdd03548aacfe3883 to your computer and use it in GitHub Desktop.
Save wshihadeh/2912bd82efefc12fdd03548aacfe3883 to your computer and use it in GitHub Desktop.
RailsSchemaUpToDate
RailsSchemaUpToDate:
enabled: false
description: 'Check if database schema is up to date'
include:
- 'db/migrate/*.rb'
- 'db/schema.rb'
- 'db/structure.sql'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment