Updated change log

This commit is contained in:
thomashii 2024-01-25 12:48:43 +08:00
parent b9b59523ef
commit ae3544396c
2 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Change Log # Change Log
## 8.2.0
* [BREAKING] Updated `postgres` to 3.0.0
## 8.1.1 ## 8.1.1
* Updated repository link * Updated repository link

View file

@ -23,6 +23,11 @@ Supported database:
## Supported Operations ## Supported Operations
* reset - Clear out all records in the `migrations` table and drop all the managed ORM tables. * reset - Clear out all records in the `migrations` table and drop all the ORM related tables.
* up - Generate all the managed ORM tables based on the ORM models. * up - Generate all the tables based on the ORM models.
* refresh - Run `reset` follow by `up` * refresh - Run `reset` follow by `up`
## To do
* Update existing tables
* Reverse engineer tables into models