docs(schema): document epoch views and correct stale generator note (#2127)
epoch is now a view (migration-2-0049), not a table: document it as the UNION of epoch_finalized + epoch_current, and add the new epoch_current view and epoch_finalized / epoch_sync_enabled tables. Also correct the header note - the schema-doc generator (BaseSchema.hs / gen-schema-docs) was removed in the Persistent->Hasql rewrite, so the file is now maintained manually.