Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Schubert <mail@dennis-schubert.de>2017-08-07 16:44:49 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2017-08-12 16:39:26 +0300
commit5b1be7d8dac07eb133250835bce12e36f8e4908a (patch)
treec0631b95621c9ff4257f1ef427c013ab8b845ad2 /.gitignore
parentef70549832779dd901f365118a486060fcce249d (diff)
Remove the schema.rb from this repo
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 74399f663..fea147b0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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