diff --git a/database/changelog.json b/database/changelog.json index d6e5a95..0f04db4 100644 --- a/database/changelog.json +++ b/database/changelog.json @@ -227,5 +227,25 @@ "description": "Prepare the favorites metar (not finished) | (V.0.0.2 in progress)" } ] + }, + "9": { + "id": 10, + "name": "2023 / 35", + "date": "2023-11-25", + "version": "26.2.6", + "option": [ + { + "id": 0, + "type": "Bug Fix", + "btn": "danger", + "description": "Fixed Account creat page" + }, + { + "id": 1, + "type": "Change", + "btn": "warning", + "description": "change welcome page" + } + ] } } diff --git a/database/migrations/2023_11_25_103158_updateusers.php b/database/migrations/2023_11_25_103158_updateusers.php new file mode 100644 index 0000000..2de0b22 --- /dev/null +++ b/database/migrations/2023_11_25_103158_updateusers.php @@ -0,0 +1,26 @@ +string('email')->nullable()->change()->comment('Email'); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + // + } +};