PG::UndefinedTable: ERROR: relation "read_marks" does not exist
Created by: ACPK
When I run:
rails generate administrate:install
I get:
postgresql_adapter.rb:596:in `async_exec': PG::UndefinedTable: ERROR: relation "read_marks" does not exist (ActiveRecord::StatementInvalid)
LINE 5: WHERE a.attrelid = '"read_marks"'::regclass
^
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"read_marks"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum