Skip to content

Commit

Permalink
Add more schemas (#83)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
pantharshit00 authored Feb 18, 2020
1 parent e60a2b5 commit 73fc379
Show file tree
Hide file tree
Showing 31 changed files with 126,139 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mysql/exo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Exo

Schema only dump exported via `mysqldump`

- Version: 6.0
- Website: https://www.exoplatform.com/
- Source: https://hub.docker.com/r/exoplatform/exo-community
906 changes: 906 additions & 0 deletions mysql/exo/data.sql

Large diffs are not rendered by default.

1,941 changes: 1,941 additions & 0 deletions mysql/exo/schema.sql

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions mysql/jira/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Jira

Schema only dump exported via `mysqldump`

- Version: 712001
- Website: https://www.atlassian.com/software/jira
- Source: https://github.com/JensPiegsa/JIRA
3,875 changes: 3,875 additions & 0 deletions mysql/jira/schema.sql

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions postgres/canvas-lms/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Canvas LMS

Schema only dump exported via `pg_dump`

- Version: release/2020-02-12.07
- Website: https://github.com/instructure/canvas-lms
- Source: https://github.com/instructure/canvas-lms/wiki/Production-Start

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.
4,664 changes: 4,664 additions & 0 deletions postgres/canvas-lms/data.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 73fc379

Please sign in to comment.