Skip to content

Ability to specify schemas that exist only for PoE 1 #213

@adamthedash

Description

@adamthedash

At the moment we can:

  • Add a table at dat-schema/*.gql -> Common schema
  • Add a table at dat-schema/*.gql and at dat-schema/poe2/*.gql -> PoE1 and PoE2 schemas
  • Add a table at dat-schema/poe2/*.gql -> PoE2 only schema

However I don't believe we have a way to specify tables which exist only in PoE 1.
As of 4.4.0.10, there are 173 tables which have common schemas but don't exist in PoE1 (Most but not all are poe1 league-related). This'll only increase as the two games diverge.

Re-organising to something like:
common/*.gql
poe1/*.gql
poe2/*.gql

might make more sense rather than the common + poe2 override which we've got now.
It's also a little clearer for newcomers to the repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions