Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 5afb0bf

Browse files
committed
Fix with pgsql file
1 parent f63a5f2 commit 5afb0bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/phing/build-pydio.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@
245245
</then>
246246
</if>
247247
<if>
248-
<available type="file" file="${git.local_repository}/dist/php/${build.version}.sql"/>
248+
<available type="file" file="${git.local_repository}/dist/php/${build.version}.pgsql"/>
249249
<then>
250-
<copy file="${git.local_repository}/dist/php/${build.version}.sql" toFile="${upgrade_export}/UPGRADE/DB-UPGRADE.sql"/>
250+
<copy file="${git.local_repository}/dist/php/${build.version}.pgsql" toFile="${upgrade_export}/UPGRADE/DB-UPGRADE.pgsql"/>
251251
</then>
252252
</if>
253253
<if>

0 commit comments

Comments
 (0)