Skip to content

Commit

Permalink
Added Slack package to install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbra committed Feb 20, 2018
1 parent 48807a2 commit 8484dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ prompt Creating package specifications
@../ora/raw_util_pkg.pks
@../ora/regexp_util_pkg.pks
@../ora/rss_util_pkg.pks
@../ora/slack_util_pkg.pks
@../ora/sms_util_pkg.pks
@../ora/soap_server_pkg.pks
@../ora/sql_builder_pkg.pks
Expand Down Expand Up @@ -92,6 +93,7 @@ prompt Creating package bodies
@../ora/raw_util_pkg.pkb
@../ora/regexp_util_pkg.pkb
@../ora/rss_util_pkg.pkb
@../ora/slack_util_pkg.pkb
@../ora/sms_util_pkg.pkb
@../ora/soap_server_pkg.pkb
@../ora/sql_builder_pkg.pkb
Expand Down
1 change: 1 addition & 0 deletions setup/synonyms.sql
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ create synonym ax_random for random_util_pkg;
create synonym ax_raw for raw_util_pkg;
create synonym ax_regexp for regexp_util_pkg;
create synonym ax_rss for rss_util_pkg;
create synonym ax_slack for slack_util_pkg;
create synonym ax_sms for sms_util_pkg;
create synonym ax_sql_builder for sql_builder_pkg;
create synonym ax_sql for sql_util_pkg;
Expand Down

0 comments on commit 8484dc1

Please sign in to comment.