Revision 17faf8d2
Von Kivitendo Admin vor fast 11 Jahren hinzugefügt
scripts/rose_auto_create_model.pl | ||
---|---|---|
332 | 332 |
|
333 | 333 |
=head1 SYNOPSIS |
334 | 334 |
|
335 |
scripts/rose_create_model.pl --client name-or-id table1 [table2 ...] |
|
336 |
scripts/rose_create_model.pl --client name-or-id [--all|-a] |
|
335 |
scripts/rose_auto_create_model.pl --client name-or-id table1 [table2 ...]
|
|
336 |
scripts/rose_auto_create_model.pl --client name-or-id [--all|-a]
|
|
337 | 337 |
|
338 | 338 |
# updates all models |
339 |
scripts/rose_create_model.pl --client name-or-id --all |
|
339 |
scripts/rose_auto_create_model.pl --client name-or-id --all
|
|
340 | 340 |
|
341 | 341 |
# updates only customer table, login taken from config |
342 |
scripts/rose_create_model.pl customer |
|
342 |
scripts/rose_auto_create_model.pl customer
|
|
343 | 343 |
|
344 | 344 |
# updates only parts table, package will be Part |
345 |
scripts/rose_create_model.pl parts=Part |
|
345 |
scripts/rose_auto_create_model.pl parts=Part
|
|
346 | 346 |
|
347 | 347 |
# try to update parts, but don't do it. tell what would happen in detail |
348 |
scripts/rose_create_model.pl --no-commit parts |
|
348 |
scripts/rose_auto_create_model.pl --no-commit parts
|
|
349 | 349 |
|
350 | 350 |
=head1 DESCRIPTION |
351 | 351 |
|
Auch abrufbar als: Unified diff
Vergessene Namensanpassung in Doku von rose_auto_create_model.pl