-
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
f3b527b
commit 3a1f5a4
Showing
77 changed files
with
260 additions
and
233 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
database/migrations/2021_12_10_121739_update_creater_version_506.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,27 @@ | ||
<?php | ||
|
||
use Crater\Models\Setting; | ||
use Illuminate\Database\Migrations\Migration; | ||
|
||
class UpdateCreaterVersion506 extends Migration | ||
{ | ||
/** | ||
* Run the migrations. | ||
* | ||
* @return void | ||
*/ | ||
public function up() | ||
{ | ||
Setting::setSetting('version', '5.0.6'); | ||
} | ||
|
||
/** | ||
* Reverse the migrations. | ||
* | ||
* @return void | ||
*/ | ||
public function down() | ||
{ | ||
// | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...c/build/assets/AccountSetting.1cfec24d.js → ...c/build/assets/AccountSetting.df3673e7.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.