From 58a17124edbdb0c049f94278fe14d3b6e28e8241 Mon Sep 17 00:00:00 2001 From: pphatdev Date: Sat, 6 Apr 2024 18:44:06 +0700 Subject: [PATCH] Setup Limit rate --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 411ea0d..5c6f4ff 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ npm install npm run start ``` -## Database Migration +## Database Migration 🚀🛩ī¸ You can create multi table @@ -56,7 +56,7 @@ After Creating sql file you have to update the sql to your own table. cd ./migrations/sql ``` -## Migrate table to Database +## Migrate table to Database ã€Ŋī¸ ```sh npm run db:migrate