← back to Tk11438 Postgres Migration

proposed-changes.json

17 lines

[
  {
    "path": "/Users/macstudio3/Projects/interiordesignershowroom/lib/db.js",
    "sha256_before": "bba89a2db123a31fe2dac1761dda27589ba72f5999e8b946a55ec43564a50129",
    "old": "process.env.DATABASE_URL || 'postgresql://localhost:5432/idshowroom'",
    "new": "process.env.DATABASE_URL || 'postgresql:///idshowroom?host=/tmp'",
    "status": "PROPOSED_NOT_APPLIED"
  },
  {
    "path": "/Users/macstudio3/Projects/patterndesignlab/server.js",
    "sha256_before": "64be2d499040d60a6b13009c0fe0eb10841c08db6ca83fe45de20e7efc9d2f86",
    "old": "process.env.PGHOST || '127.0.0.1'",
    "new": "process.env.PGHOST || '/tmp'",
    "status": "PROPOSED_NOT_APPLIED"
  }
]