From c5ccd6460327e0c10a5bdf48ad5a3faed38b479b Mon Sep 17 00:00:00 2001 From: Roland <33993199+rolznz@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:19:44 +0700 Subject: [PATCH] docs: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a426960..3fda3b1 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ A minimal Lightning address server powered by [NWC](https://nwc.dev) ### Creating a new migration +- Edit the schema (`./src/db/schema.ts`) - Create the migration files: `deno task db:generate` - The migration will automatically happen when the app starts.