Skip to content

Commit

Permalink
Update 2024-07-24-083011_GeneralSettings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhsan3adi committed Dec 19, 2024
1 parent fb79083 commit 9c08ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Database/Migrations/2024-07-24-083011_GeneralSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function up()
'type' => 'VARCHAR',
'constraint' => 225,
'null' => true,
'default' => '© 2023 All rights reserved.',
'default' => '© 2025 All rights reserved.',
],
]);

Expand All @@ -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';
Expand Down

0 comments on commit 9c08ba9

Please sign in to comment.