From 2cf26e75f166f4b6ccd667c1cb9991a13bd47589 Mon Sep 17 00:00:00 2001 From: Chima Precious Date: Sat, 27 Jan 2024 16:31:41 +0000 Subject: [PATCH] chore: update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 21c19ba..3090873 100644 --- a/README.md +++ b/README.md @@ -13,18 +13,10 @@ $ dart pub get && dart run build_runner build --delete-conflicting-outputs ### Migrate Database Prepare the database **(default: SQLite)** by running the command below. This will create the necessary -tables in the database. You can change the database by editing the `database/config.dart` file. - -Currently supports `MariaB`, `MySQL`, `PostgreSQL` and `SQLite`. - -```shell -$ dart run bin/tools/migrator.dart migrate -``` - -You can run the command below to see which commands are available on the migrator. +tables in the database. ```shell -$ dart run bin/tools/migrator.dart +$ dart run --enable-asserts bin/tools/migrator.dart migrate ``` ### Start Server