Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DBDiff/DBDiff
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/enum-type-diffing
Choose a base ref
...
head repository: DBDiff/DBDiff
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 7, 2026

  1. feat(enum): add PostgreSQL enum type diffing (#173)

    - Add CreateEnum, DropEnum, AlterEnum diff models
    - Add CreateEnumSQL, DropEnumSQL, AlterEnumSQL generators
    - Add getEnums() to DBAdapterInterface
    - Implement getEnums() in PostgresAdapter (pg_type + pg_enum)
    - Stub getEnums() in MySQLAdapter and SQLiteAdapter (return [])
    - Add getEnums() delegation in DBManager
    - Add diffEnums() in DBSchema, wired before views/tables
    - Update DiffSorter: enum drops before view drops, creates before view
    creates
    - Add EnumSQLTest (7 tests) and DiffSorter enum ordering tests (3 tests)
    - Update README and copilot-instructions
    jasdeepkhalsa authored Apr 7, 2026
    Configuration menu
    Copy the full SHA
    5512dbc View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2026

  1. Create CNAME

    jasdeepkhalsa authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    510e8b0 View commit details
    Browse the repository at this point in the history
  2. Delete CNAME

    jasdeepkhalsa authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    509ec63 View commit details
    Browse the repository at this point in the history
  3. Create CNAME

    jasdeepkhalsa authored Apr 12, 2026
    Configuration menu
    Copy the full SHA
    4635973 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9704d55 View commit details
    Browse the repository at this point in the history
Loading