]> BookStack Code Mirror - bookstack/commit
Added "update-url" command to find/replace url in the database
authorDan Brown <redacted>
Thu, 9 Apr 2020 15:58:40 +0000 (16:58 +0100)
committerDan Brown <redacted>
Thu, 9 Apr 2020 15:59:26 +0000 (16:59 +0100)
commite83d2eedbb9f2c06ca818ddbe0d47205d41c2e3f
treee402a984c2e20ad8070ded9c5e5923fd0c50a653
parent1962c817424baa3c564bcd74d3c55c82375f2ecb
Added "update-url" command to find/replace url in the database

- Also aligned format of command descriptions.

Targeted most common columns.
Have not done revisions for the sake of keeping that
content true to how it was originally stored but could
cause unexpected behaviour.

For #1225
app/Console/Commands/ClearViews.php
app/Console/Commands/CopyShelfPermissions.php
app/Console/Commands/DeleteUsers.php
app/Console/Commands/RegenerateSearch.php
app/Console/Commands/UpdateUrl.php [new file with mode: 0644]
tests/CommandsTest.php