Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: enlarge column adsPrjDeplDetails #5644

Merged
merged 3 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/developer/agama/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Call java.lang.String#join "" strings

See the examples in the Looping section of the [language reference](../../../agama/language-reference.md#looping).

## How to know the number of iterations carried out by a loop once it has finished?
### How to know the number of iterations carried out by a loop once it has finished?

You can assign this value to a variable at the top of your loop declaration. See the examples in the Looping section of the [language reference](../../../agama/language-reference.md#looping).

Expand Down
9 changes: 3 additions & 6 deletions jans-linux-setup/jans_setup/static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -902,16 +902,13 @@
},
"adsPrjDeplDetails": {
"mysql": {
"size": 2048,
"type": "VARCHAR"
"type": "TEXT"
},
"pgsql": {
"size": 2048,
"type": "VARCHAR"
"type": "TEXT"
},
"spanner": {
"size": 2048,
"type": "STRING"
"type": "STRING(MAX)"
}
}
}