I had to restart Mosql today and now I'm getting the following errors:
/var/lib/gems/1.8/gems/sequel-4.15.0/lib/sequel/adapters/postgres.rb:161:in `async_exec': PG::UndefinedColumn: ERROR: column "[COL_NAME]" of relation "[TABLE_NAME]" does not exist (Sequel::DatabaseError)
[COL_NAME] and [TABLE_NAME] are place holders, because every time I run it, the column name is different. Also, every column the errors says does not exist, does exist. I've double checked them.
I had to restart Mosql today and now I'm getting the following errors:
/var/lib/gems/1.8/gems/sequel-4.15.0/lib/sequel/adapters/postgres.rb:161:in `async_exec': PG::UndefinedColumn: ERROR: column "[COL_NAME]" of relation "[TABLE_NAME]" does not exist (Sequel::DatabaseError)
[COL_NAME] and [TABLE_NAME] are place holders, because every time I run it, the column name is different. Also, every column the errors says does not exist, does exist. I've double checked them.