UNION types boolean and integer cannot be matched
This commit is contained in:
parent
2d224e2f76
commit
1e9788dae4
6
.github/workflows/rubyonrails.yml
vendored
6
.github/workflows/rubyonrails.yml
vendored
@ -173,3 +173,9 @@ jobs:
|
|||||||
if [[ "${{matrix.database_service}}" ]]; then
|
if [[ "${{matrix.database_service}}" ]]; then
|
||||||
sudo systemctl stop ${{matrix.engine}}
|
sudo systemctl stop ${{matrix.engine}}
|
||||||
fi
|
fi
|
||||||
|
- name: Archive test.log
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: test.log
|
||||||
|
path: log/test.log
|
||||||
|
|||||||
@ -341,7 +341,7 @@ class DmsfQuery < Query
|
|||||||
projects.description AS description,
|
projects.description AS description,
|
||||||
'' AS comment,
|
'' AS comment,
|
||||||
0 AS locked,
|
0 AS locked,
|
||||||
0 AS `system`,
|
0 AS "system",
|
||||||
0 AS sort#{cf_columns}}).visible
|
0 AS sort#{cf_columns}}).visible
|
||||||
if dmsf_folder_id || deleted
|
if dmsf_folder_id || deleted
|
||||||
scope.none
|
scope.none
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user