Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Added PostgreSQL database schema, and noted that testing was successf…
Browse files Browse the repository at this point in the history
…ul on RT 4.4.4 as well
  • Loading branch information
a-j-wood committed Aug 27, 2021
1 parent 0f5b681 commit 1700f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is useful when your search URL is very long.

# RT VERSION

Known to work with RT 5.0.1 and 4.2.16.
Known to work with RT 4.2.16, 4.4.4, and 5.0.1.

# REQUIREMENTS

Expand All @@ -32,7 +32,8 @@ Requires `Data::GUID`.
- Set up the database

After running `make install` for the first time, you will need to create
the database table for this extension, using the file `etc/dbsetup.sql`.
the database tables for this extension. Use `etc/schema-mysql.sql` for
MySQL or MariaDB, or `etc/schema-postgresql.sql` for PostgreSQL.

- Edit your `/opt/rt4/etc/RT_SiteConfig.pm`

Expand Down
5 changes: 3 additions & 2 deletions lib/RT/Extension/ShareSearchLink.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This is useful when your search URL is very long.
=head1 RT VERSION
Known to work with RT 5.0.1 and 4.2.16.
Known to work with RT 4.2.16, 4.4.4, and 5.0.1.
=head1 REQUIREMENTS
Expand All @@ -43,7 +43,8 @@ May need root permissions.
=item Set up the database
After running C<make install> for the first time, you will need to create
the database table for this extension, using the file C<etc/dbsetup.sql>.
the database tables for this extension. Use C<etc/schema-mysql.sql> for
MySQL or MariaDB, or C<etc/schema-postgresql.sql> for PostgreSQL.
=item Edit your F</opt/rt4/etc/RT_SiteConfig.pm>
Expand Down

0 comments on commit 1700f36

Please sign in to comment.