Skip to content

Commit a77e2f1

Browse files
committed
[#3683] Updated meson support
1 parent 2db8bb9 commit a77e2f1

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

src/share/database/scripts/mysql/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ upgrade_scripts = [
6565
'upgrade_025_to_026.sh',
6666
'upgrade_026_to_027.sh',
6767
'upgrade_027_to_028.sh',
68+
'upgrade_028_to_029.sh',
6869
]
6970
list = run_command('../utils/grabber.sh', check: true)
7071
grabbed_upgrade_scripts = list.stdout().strip().split('\n')

src/share/database/scripts/pgsql/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ upgrade_scripts = [
6060
'upgrade_025_to_026.sh',
6161
'upgrade_026_to_027.sh',
6262
'upgrade_027_to_028.sh',
63+
'upgrade_028_to_029.sh',
6364
]
6465
list = run_command('../utils/grabber.sh', check: true)
6566
grabbed_upgrade_scripts = list.stdout().strip().split('\n')

src/share/database/scripts/pgsql/upgrade_028_to_029.sh.in

100644100755
File mode changed.

0 commit comments

Comments
 (0)