Skip to content

Commit

Permalink
Also copy over the password column (#928)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil4 committed Feb 17, 2021
1 parent 3274d9a commit ca12f4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/2018_08_15_102039_move_albums.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public function up()
'description' => $result->description,
'public' => $result->public,
'visible_hidden' => $result->visible,
'password' => $result->password,
'license' => $result->license ?? 'none',
'created_at' => date('Y-m-d H:i:s', $result->sysstamp),
]);
Expand Down

0 comments on commit ca12f4e

Please sign in to comment.