Skip to content

Commit

Permalink
perbaikan migrasi rollback untuk tabel das_data_umum (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
totoprayogo1916 authored Aug 23, 2023
1 parent 4f30d34 commit 896465d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catatan_rilis.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Di rilis v2308.0.1 berisi perbaikan yang diminta Komunitas OpenDK.
6. [#801](https://github.com/OpenSID/OpenDK/issues/801) Penyesuaian .gitattributes.
7. [#800](https://github.com/OpenSID/OpenDK/issues/800) Perbaikan penamaan file models LogTte.
8. [#798](https://github.com/OpenSID/OpenDK/issues/798) Pengahapusan variabel yang tidak digunakan.
9. [#805](https://github.com/OpenSID/OpenDK/issues/805) Perbaikan migrasi rollback untuk tabel user.
9. [#805](https://github.com/OpenSID/OpenDK/issues/805) Perbaikan migrasi rollback untuk tabel users dan das_data_umum.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function up()
*/
public function down()
{
Schema::table('das_data_desa', function (Blueprint $table) {
Schema::table('das_data_umum', function (Blueprint $table) {
$table->dropColumn('sumber_luas_wilayah');
});
}
Expand Down

0 comments on commit 896465d

Please sign in to comment.