You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a completely empty mampf database, we get this error:
PG::UndefinedTable: ERROR: relation "media" does not exist
LINE 10: WHERE a.attrelid = '"media"'::regclass
If the database is reseeded beforehand, this error does not occur since the respective tables exist.
To me, this is not an urgent problem since reseeding just fixes this. For people who install MaMpf from the ground up, this can become a problem. As a solution, one would probably have to incorporate a script to the entrypoint that sets up the most basic MaMpf tables such that Rails can actually run through the migrations afterwards.
The text was updated successfully, but these errors were encountered:
In a completely empty mampf database, we get this error:
If the database is reseeded beforehand, this error does not occur since the respective tables exist.
To me, this is not an urgent problem since reseeding just fixes this. For people who install MaMpf from the ground up, this can become a problem. As a solution, one would probably have to incorporate a script to the entrypoint that sets up the most basic MaMpf tables such that Rails can actually run through the migrations afterwards.
The text was updated successfully, but these errors were encountered: