Skip to content

Commit

Permalink
Remove the schema.rb from this repo
Browse files Browse the repository at this point in the history
Although this is contrary to rails best-practises, we cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we have no choice. Our migrations are maintained, so it should always be possible to get back to a "clean" database schema anyway.
  • Loading branch information
denschub committed Aug 7, 2017
1 parent 601b442 commit 9150e0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 634 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Expand Up @@ -27,6 +27,12 @@ public/404.html
public/422.html
public/500.html

# the db/schema.rb. Although this is contrary to rails best-practises, we
# cannot provide a schema.rb that works for both MySQL and PostgreSQL, so we
# have no choice. Our migrations are maintained, so it should always be
# possible to get back to a "clean" database schema anyway.
db/schema.rb

# Sprites
app/assets/images/branding-*.png
app/assets/images/branding/logos-*.png
Expand Down

0 comments on commit 9150e0a

Please sign in to comment.