Skip to content

Releases: Khip01/si_koperasi_mahasiswa

v4.0.0

11 May 02:58
03f3c3f
Compare
Choose a tag to compare

⚠️ Deprecated Changes 🔧

  • 💥Delete kode_barang column in the transaksi-pembeli table ♻️

📜 ADDITIONAL NOTE

  • 🔨 Change Collation to utf8mb4_general_ci *due to database team collation support

    ⚠️ IMPORTANT ⚠️
    If you don't support utf8mb4_general_ci collation, or still get error when importing this database because of collation, then please consider downloading the .sql file db_koperasi_organisasi_without_collation.

  • 💥 Will automatically delete the existing table

    ⚠️ IMPORTANT ⚠️
    If you import this .sql file into an existing database,
    it will automatically delete the table barang, pembeli, petugas, supplier, transaksi_pembeli, transaksi_supplier and its existing records, then it will be replaced with dummy records.

v3.0.0

10 May 10:01
03f3c3f
Compare
Choose a tag to compare

🚀 Some Deprecated Changes ⚠️

  • 💥 Delete all record in thetransaksi_pembeli and transaksi_supplier table ✅
  • ♻️ Remove relationship between,
    • barang.kode_transaksi_pembeli -> transaksi_pembeli.kode_transaksi_pembeli
    • barang.kode_transaksi_supplier -> tranasksi_supplier.kode_transaksi_supplier
  • 🚀 Change data type column kode_transaksi_pembeli and kode_transaksi_supplier in table barang
    • enum() -> text
  • 🔨 Change Collation to utf8mb4_general_ci *due to database team collation support

    ⚠️ IMPORTANT ⚠️
    If you don't support utf8mb4_general_ci collation, or still get error when importing this database because of collation, then please consider downloading the .sql file db_koperasi_organisasi_without_collation.

  • 💥 Will automatically delete the existing table

    ⚠️ IMPORTANT ⚠️
    If you import this .sql file into an existing database,
    it will automatically delete the table barang, pembeli, petugas, supplier, transaksi_pembeli, transaksi_supplier and its existing records, then it will be replaced with dummy records.

v2.0.2

10 May 08:47
03f3c3f
Compare
Choose a tag to compare

🚀 Some Improvement and Changes ⚠️

  • 💥 Delete all record in thetransaksi_pembeli and transaksi_supplier table ✅
  • ♻️ Remove relationship between,
    • barang.kode_transaksi_pembeli -> transaksi_pembeli.kode_transaksi_pembeli
    • barang.kode_transaksi_supplier -> tranasksi_supplier.kode_transaksi_supplier
  • 🚀 Change column kode_transaksi_pembeli and kode_transaksi_supplier
      simple attribute -> multivalue attribute (enum)
  • 🔨 Change Collation to utf8mb4_general_ci *due to database team collation support

    ⚠️ IMPORTANT ⚠️
    If you don't support utf8mb4_general_ci collation, or still get error when importing this database because of collation, then please consider downloading the .sql file db_koperasi_organisasi_without_collation.

  • 💥 Will automatically delete the existing table

    ⚠️ IMPORTANT
    If you import this .sql file into an existing database,
    it will automatically delete the table barang, pembeli, petugas, supplier, transaksi_pembeli, transaksi_supplier and its existing records, then it will be replaced with dummy records.

v.1.7.5

09 May 13:51
a6635c6
Compare
Choose a tag to compare

🚀Some Feature

  • 💥 Will automatically delete the existing table

⚠️ IMPORTANT
If you import this .sql file into an existing database,
it will automatically delete the table barang, pembeli, petugas, supplier, transaksi_pembeli, transaksi_supplier and its existing records, then it will be replaced with dummy records.

v1.7.3

09 May 02:06
4511c29
Compare
Choose a tag to compare

🛠️ Some Fix and Improvement

  • 🔧 Fix Error while importing database to phpMyAdmin
// Unknown collation: 'utf8mb4_0900_ai_ci'
  • 🔨 More Interactive Dummy Data ✅

v1.7.0

05 May 06:55
7f97e2a
Compare
Choose a tag to compare

🚀 Some Improvement

  • 🚀 Added Dummy Data to database ✅
  • 🚀 Added Relationship between Tables ✅
  • 🏗️ Fix some Column Nullable Rule ✅

v1.0.0

05 May 03:25
16b5a41
Compare
Choose a tag to compare

🏗️ Initial Structure Database

  • All tables have been created ✅
  • No Dummy Data Available ❌

v0.0.1

03 May 16:43
7289aa8
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

🚀add: db dummy