Skip to content

Commit 73fc379

Browse files
Add more schemas (#83)
* feat: add jira * feat: add jira pg * feat: add mastodon * feat: add ruma * feat: add canvas lms * feat: add sonarqube * feat: add exo * feat: add odoo * feat: add noalyss * feat: add exo pg * fix: separate out noalyss databases
1 parent e60a2b5 commit 73fc379

31 files changed

+126139
-0
lines changed

mysql/exo/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Exo
2+
3+
Schema only dump exported via `mysqldump`
4+
5+
- Version: 6.0
6+
- Website: https://www.exoplatform.com/
7+
- Source: https://hub.docker.com/r/exoplatform/exo-community

mysql/exo/data.sql

Lines changed: 906 additions & 0 deletions
Large diffs are not rendered by default.

mysql/exo/schema.sql

Lines changed: 1941 additions & 0 deletions
Large diffs are not rendered by default.

mysql/jira/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Jira
2+
3+
Schema only dump exported via `mysqldump`
4+
5+
- Version: 712001
6+
- Website: https://www.atlassian.com/software/jira
7+
- Source: https://github.com/JensPiegsa/JIRA

mysql/jira/schema.sql

Lines changed: 3875 additions & 0 deletions
Large diffs are not rendered by default.

postgres/canvas-lms/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Canvas LMS
2+
3+
Schema only dump exported via `pg_dump`
4+
5+
- Version: release/2020-02-12.07
6+
- Website: https://github.com/instructure/canvas-lms
7+
- Source: https://github.com/instructure/canvas-lms/wiki/Production-Start
8+
9+
Note: This was not so easy to setup, I had all sorts of version conflicts. Use the exact versions node and ruby mentioned in the guides.

postgres/canvas-lms/data.sql

Lines changed: 4664 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)