Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more schemas #83

Merged
merged 11 commits into from
Feb 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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