diff --git a/app/Database/Migrations/2024-07-24-083011_GeneralSettings.php b/app/Database/Migrations/2024-07-24-083011_GeneralSettings.php index 3403478..2ff1fe6 100644 --- a/app/Database/Migrations/2024-07-24-083011_GeneralSettings.php +++ b/app/Database/Migrations/2024-07-24-083011_GeneralSettings.php @@ -36,7 +36,7 @@ public function up() 'type' => 'VARCHAR', 'constraint' => 225, 'null' => true, - 'default' => '© 2023 All rights reserved.', + 'default' => '© 2025 All rights reserved.', ], ]); @@ -45,7 +45,7 @@ public function up() $this->forge->createTable('general_settings', TRUE); - + // Insert Default Data $default['school_name'] = 'SMK 1 Indonesia'; $default['school_year'] = '2024/2025';