Skip to content

Commit

Permalink
Fix migration for the version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss committed Jul 25, 2017
1 parent 32a70dd commit f9f1850
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public function up()

$instance = new Instance;
$instance->current_version = config('monica.app_version');
$instance->latest_version = config('monica.app_version');
$instance->uuid = uniqid();
$instance->save();
}
Expand Down

0 comments on commit f9f1850

Please sign in to comment.