Skip to content

Commit

Permalink
v1.3.2 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Mar 31, 2022
2 parents 49160e6 + c5e8876 commit b1d768a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name":"ContentBox CLI",
"version":"1.3.1",
"version":"1.3.2",
"location":"https://downloads.ortussolutions.com/ortussolutions/commandbox-modules/contentbox-cli/@build.version@/contentbox-cli-@build.version@.zip",
"slug":"contentbox-cli",
"author":"Ortus Solutions, Corp",
Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

----

## [v1.3.2] => 2022-MAR-31

### Fixed

* Don't run migrations on new installs

----

Expand Down
7 changes: 0 additions & 7 deletions commands/contentbox/install.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,6 @@ component {
sleep( 1000 );
command( "migrate install" ).run();

variables.print
.line()
.blueLine( "Please wait while we run the initial migrations..." )
.toConsole();
sleep( 1000 );
command( "migrate up migrationsDirectory=modules/contentbox/migrations" ).run();

// Confirm starting up the server
if ( arguments.deployServer ) {
variables.print
Expand Down

0 comments on commit b1d768a

Please sign in to comment.