mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-224: CLI examples are incorrect #282
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Dec 22, 2009).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user kanundrum:
In the PDF documentation page 10 item 1 of the Mini tutorial it says to run php doctrine schema-tool --create but that gives an error task 'schema tool' doesn't exist in 'Core'. What seems to work is php doctrine orm:schema-tool --create
@doctrinebot commented on GitHub (Dec 22, 2009):
Comment created by romanb:
Yes, the documentation needs to be updated. The CLI has undergone some changes very recently. Apparently not all documentation has been updated.
Assigning this to Guilherme.
@doctrinebot commented on GitHub (Dec 23, 2009):
Comment created by @guilhermeblanco:
In r6980 this issue was fixed. Now wait until docs to be regenerated.
@doctrinebot commented on GitHub (Dec 23, 2009):
Issue was closed with resolution "Fixed"