From 4e156d80d81683e7b1adf294442411e993e4c7df Mon Sep 17 00:00:00 2001 From: Usama Date: Mon, 1 Dec 2025 15:09:56 +0000 Subject: [PATCH] - update database_migrations doc file --- echo/docs/database_migrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echo/docs/database_migrations.md b/echo/docs/database_migrations.md index 9e10c936..cafd8f62 100644 --- a/echo/docs/database_migrations.md +++ b/echo/docs/database_migrations.md @@ -18,5 +18,5 @@ These are handled through the [directus-sync](https://github.com/tractr/directus - default password is dembrane if you're using the dev container ```bash -psql > CREATE extension vector; +CREATE extension vector; ``` \ No newline at end of file