Skip to content

Commit a7d4f18

Browse files
authored
[5.0] Delete 4.x update SQL scripts from last upmerge and add them to deleted files list in script.php (#40372)
* Delete 4.3.0 update SQL scripts * Add deleted files to script.php
1 parent 8dde98d commit a7d4f18

File tree

5 files changed

+4
-20
lines changed

5 files changed

+4
-20
lines changed

administrator/components/com_admin/script.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
378378
'/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-07.sql',
379379
'/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-09.sql',
380380
'/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-10.sql',
381+
'/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-28.sql',
382+
'/administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-29.sql',
381383
'/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2018-03-05.sql',
382384
'/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2018-05-15.sql',
383385
'/administrator/components/com_admin/sql/updates/postgresql/4.0.0-2018-07-19.sql',
@@ -435,6 +437,8 @@ public function deleteUnexistingFiles($dryRun = false, $suppressOutput = false)
435437
'/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-07.sql',
436438
'/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-09.sql',
437439
'/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-10.sql',
440+
'/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-28.sql',
441+
'/administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-29.sql',
438442
'/libraries/src/Schema/ChangeItem/SqlsrvChangeItem.php',
439443
'/libraries/vendor/beberlei/assert/LICENSE',
440444
'/libraries/vendor/beberlei/assert/lib/Assert/Assert.php',

administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-28.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

administrator/components/com_admin/sql/updates/mysql/4.3.0-2023-03-29.sql

Lines changed: 0 additions & 7 deletions
This file was deleted.

administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-28.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

administrator/components/com_admin/sql/updates/postgresql/4.3.0-2023-03-29.sql

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)