Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Brandt <jbrandt@bestpractical.com>2017-10-30 22:34:48 +0300
committersunnavy <sunnavy@bestpractical.com>2018-12-14 17:59:40 +0300
commit0546b38ca0fdc998c70fb725066e1ce322ec078b (patch)
treefbfbae1dcb203cdb4e2b947a7a291156873e9701 /configure.ac
parentdeb0cdd8bd73bc76156ed390e30f155ec43dcceb (diff)
Script to automatically update DB sequences to the next available value
When running a full serializer export and then an import using the --clone option, the target database is typically initialized using rt-setup-database --action create,schema,acl. This correctly creates the empty tables, however Postgres and Oracle use sequences on RT's tables and after the import, the sequences can still be at their initial values. Provide a script to set sequences to the next available value.
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d7685d80d1..55773a96bb 100755
--- a/configure.ac
+++ b/configure.ac
@@ -454,6 +454,7 @@ AC_CONFIG_FILES([
etc/upgrade/3.8-ical-extension
etc/upgrade/4.0-customfield-checkbox-extension
etc/upgrade/generate-rtaddressregexp
+ etc/upgrade/reset-sequences
etc/upgrade/sanity-check-stylesheets
etc/upgrade/shrink-cgm-table
etc/upgrade/shrink-transactions-table