Database Undefined Column error #2438
|
Hi -- I'm back with another new problem with my newly installed CDash 3.5.0 server (RHEL 8.10, PHP 8.2, PostgreSQL 15). When my user went to create a new project, we got the following error in the Then it goes on for a bit. (The "xxxxxxxx" part is a list of all of the columns I think.) I'm not a "DB person" by any means :-) but the Thanks, |
Answered by
williamjallen
Sep 12, 2024
Replies: 1 comment 1 reply
|
It looks like you haven't run the migrations for 3.5 somehow. What does As an aside, |
1 reply
Answer selected by
Chad-ll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you haven't run the migrations for 3.5 somehow. What does
php artisan migratereport?As an aside,
php artisan db:seedis for development purposes, and will overwrite any existing data.