-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0f99be6
commit fa51262
Showing
4 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
database/migrations/2020_12_23_061302_update_crater_version_402.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
|
||
use Crater\Models\Setting; | ||
use Illuminate\Database\Migrations\Migration; | ||
use Illuminate\Database\Schema\Blueprint; | ||
use Illuminate\Support\Facades\Schema; | ||
|
||
class UpdateCraterVersion402 extends Migration | ||
{ | ||
/** | ||
* Run the migrations. | ||
* | ||
* @return void | ||
*/ | ||
public function up() | ||
{ | ||
Setting::setSetting('version', '4.0.2'); | ||
} | ||
|
||
/** | ||
* Reverse the migrations. | ||
* | ||
* @return void | ||
*/ | ||
public function down() | ||
{ | ||
// | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"/assets/js/app.js": "/assets/js/app.js?id=a29cebdf01e89dfe271d", | ||
"/assets/css/crater.css": "/assets/css/crater.css?id=ab11b7a088da61b14bb8" | ||
"/assets/js/app.js": "/assets/js/app.js?id=1d9cf52055fe7be22fd1", | ||
"/assets/css/crater.css": "/assets/css/crater.css?id=912348e74f68a41a1b35" | ||
} |