Something weird is happening with pg on this particular Rails project im working on, I turned on the server after running some migrations and out of the blue pg stopped working.
StandardError (An error has occurred, this and all later migrations canceled:
An error has occurred, this and all later migrations canceled: PG::UndefinedTable: ERROR: relation "links" does not exist
Something really important to keep in mind is the fact that ive been working with the links table way before this error occurs.
Any tip would be appreciated and I can provide any other information you may need