Created
May 11, 2015 16:10
-
-
Save 8vius/7136ce138dad5fdc4a8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PG::UndefinedTable: ERROR: missing FROM-clause entry for table "user" | |
LINE 1: ..."."id" = "taxable_entities"."accountant_id" WHERE "user"."de... | |
^ | |
: SELECT "taxable_entities".* FROM "taxable_entities" INNER JOIN "users" ON "users"."id" = "taxable_entities"."accountant_id" WHERE "user"."deactivated" = 't' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment