-
Notifications
You must be signed in to change notification settings - Fork 1
/
github_utl_load.sql
41 lines (39 loc) · 1.15 KB
/
github_utl_load.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
set scan off;
-- JSON library
@@pljson/install.sql
-- Specs
@@github.spec.sql
@@github_repos.spec.sql
@@github_repos_content.spec.sql
@@github_issues_milestones.spec.sql
@@github_repos_merge.spec.sql
@@github_repos_forks.spec.sql
@@github_issues_assignees.spec.sql
@@github_repos_releases.spec.sql
@@github_issues_comments.spec.sql
@@github_issues_events.spec.sql
@@github_tables.spec.sql
@@github_issues_labels.spec.sql
@@github_issues.spec.sql
@@github_repos_collaborators.spec.sql
@@github_repos_commits.spec.sql
@@github_oracle_session.spec.sql
@@github_oracle_content.spec.sql
-- Bodies
@@github.body.sql
@@github_issues.body.sql
@@github_repos_forks.body.sql
@@github_repos_merge.body.sql
@@github_issues_assignees.body.sql
@@github_repos_releases.body.sql
@@github_issues_comments.body.sql
@@github_issues_events.body.sql
@@github_tables.body.sql
@@github_issues_labels.body.sql
@@github_issues_milestones.body.sql
@@github_repos.body.sql
@@github_repos_collaborators.body.sql
@@github_repos_commits.body.sql
@@github_repos_content.body.sql
@@github_oracle_session.body.sql
@@github_oracle_content.body.sql