summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:48:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:48:20 +0200
commit5ee4dcd035cbf8c00ff95f02fce6ff6b3dc61aaf (patch)
tree18c55983ad6dd03b1630be00ec37bb6e21672cfc /CONTRIBUTING.md
parentc970d7dcc8f5e97974e47e128434c7d3477d4bbe (diff)
add schema hint
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6a769767a..8458d9443 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -107,7 +107,7 @@ The project is structured in the following way:
* **css/**: All the CSS used in the project. Except the admin.css file everything needs to be minified first using Grunt, see the **js/README.md** file for more information
-* **db/**: SQL queries and data objects.
+* **db/**: SQL queries and data objects. The database schema is stored in **appinfo/database.xml**
* **explore/**: Code that allows you to hook up custom explore pages and JSON configuration files what is displayed on the default explore page