mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-21 08:25:23 -04:00
The table public.system_settings does not exist in the current database , when following How to get started (Development environment)
#45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sglebs on GitHub (Dec 3, 2023).
Following the steps in https://github.com/Mintplex-Labs/vector-admin#how-to-get-started-development-environment , when I try the step
@timothycarambat commented on GitHub (Dec 3, 2023):
Run
yarn prisma:setupfrom project root. We dont migrate on boot because when working in development you may accidentally migrate a schema that is currently being worked on. So migrations are deliberately handled during development.@sglebs commented on GitHub (Dec 4, 2023):
My humble suggestion: perhaps update the documentation? Right here:
Just add, perhaps as a sub-bullet of "yarn dev:server", something like: "Make sure you first run "yarn prisma:setup" to initialize your local, empty database".
Just a suggestion. Thanks for listening.
@timothycarambat commented on GitHub (Dec 4, 2023):
1cf6e5f1a9