From: Razvan Becheriu Date: Wed, 5 Mar 2025 04:47:01 +0000 (+0200) Subject: [#3753] updated change in scripts X-Git-Tag: Kea-2.6.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664b62c3332ebf7879203a8d4c31ccefa5b1759d;p=thirdparty%2Fkea.git [#3753] updated change in scripts --- diff --git a/src/share/database/scripts/pgsql/upgrade_022_to_022.1.sh.in b/src/share/database/scripts/pgsql/upgrade_022_to_022.1.sh.in index 8a3725582b..cfbdcf865d 100644 --- a/src/share/database/scripts/pgsql/upgrade_022_to_022.1.sh.in +++ b/src/share/database/scripts/pgsql/upgrade_022_to_022.1.sh.in @@ -81,6 +81,8 @@ ALTER TABLE dhcp6_option_def ADD CONSTRAINT fk_option_def_data_type6 FOREIGN KEY (type) REFERENCES option_def_data_type(id); SELECT set_config('kea.disable_audit', 'false', false); + +-- Update the schema version number. UPDATE schema_version SET version = '22', minor = '1';