diff options
| author | MaheshtheDev <[email protected]> | 2024-06-28 17:34:14 -0700 |
|---|---|---|
| committer | MaheshtheDev <[email protected]> | 2024-06-28 17:34:14 -0700 |
| commit | 2dee48e0563d93fe1baf3fc539fa84e3e507c0ca (patch) | |
| tree | c320a508b9bffc5a690e9a5839540c4e3b655d9c | |
| parent | minor error fixes (diff) | |
| download | supermemory-2dee48e0563d93fe1baf3fc539fa84e3e507c0ca.tar.xz supermemory-2dee48e0563d93fe1baf3fc539fa84e3e507c0ca.zip | |
adding note to not to change binding value in database
| -rw-r--r-- | SETUP-GUIDE.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/SETUP-GUIDE.md b/SETUP-GUIDE.md index f51b1cb1..1ebff77e 100644 --- a/SETUP-GUIDE.md +++ b/SETUP-GUIDE.md @@ -34,6 +34,9 @@ bunx wrangler d1 create <YOUR_DATABASE_NAME> And then replace database_name and database_id with the values +> [!NOTE] +> please don't change the binding value even if wrangler cli suggests you to do so. + ``` [[d1_databases]] binding = "DATABASE" |