mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[cli] Deprecate app_initdb action in flavour of helpers
This commit is contained in:
parent
50d4eded18
commit
2f1bf014e8
1 changed files with 1 additions and 0 deletions
|
@ -516,6 +516,7 @@ app:
|
||||||
initdb:
|
initdb:
|
||||||
action_help: Create database and initialize it with optionnal attached script
|
action_help: Create database and initialize it with optionnal attached script
|
||||||
api: POST /tools/initdb
|
api: POST /tools/initdb
|
||||||
|
deprecated: true
|
||||||
arguments:
|
arguments:
|
||||||
user:
|
user:
|
||||||
help: Name of the DB user
|
help: Name of the DB user
|
||||||
|
|
Loading…
Add table
Reference in a new issue