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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2022-01-04 21:11:54 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2022-01-04 21:11:54 +0300
commit0c7c2bc853f2cbb271cd6776d05420e2d94ef838 (patch)
tree1d0b8a03e74490abc7abacde2a0345159bd096e1 /database
parente86fe04201c0909bd48cbd7870ff7b1ff34b79e0 (diff)
....I..... [ZBXNEXT-6921] added history_pk_prepare.sql to source tarball
Diffstat (limited to 'database')
-rw-r--r--database/mysql/Makefile.am3
-rw-r--r--database/oracle/Makefile.am3
-rw-r--r--database/postgresql/Makefile.am3
3 files changed, 6 insertions, 3 deletions
diff --git a/database/mysql/Makefile.am b/database/mysql/Makefile.am
index 6f7a78934ce..417096c245d 100644
--- a/database/mysql/Makefile.am
+++ b/database/mysql/Makefile.am
@@ -12,4 +12,5 @@ EXTRA_DIST = \
data.sql \
images.sql \
schema.sql \
- double.sql
+ double.sql \
+ history_pk_prepare.sql
diff --git a/database/oracle/Makefile.am b/database/oracle/Makefile.am
index 992167c47ec..11bc82ceab1 100644
--- a/database/oracle/Makefile.am
+++ b/database/oracle/Makefile.am
@@ -12,4 +12,5 @@ EXTRA_DIST = \
data.sql \
images.sql \
schema.sql \
- double.sql
+ double.sql \
+ history_pk_prepare.sql
diff --git a/database/postgresql/Makefile.am b/database/postgresql/Makefile.am
index 1b3eabb8c23..7fd2b92d657 100644
--- a/database/postgresql/Makefile.am
+++ b/database/postgresql/Makefile.am
@@ -17,4 +17,5 @@ EXTRA_DIST = \
images.sql \
schema.sql \
double.sql \
- $(DB_EXTENSION).sql
+ $(DB_EXTENSION).sql \
+ history_pk_prepare.sql