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