Skip to content

Commit

Permalink
fix(catalog): broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Apr 29, 2016
1 parent 649eff0 commit 4bdc2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postgres/getCatalog.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { memoize, assign } from 'lodash'
import Promise from 'bluebird'
import pg from 'pg'
import { Catalog, Schema, Table, Column, Enum, ForeignKey } from './Catalog.js'
import { Catalog, Schema, Table, Column, Enum, ForeignKey } from './catalog.js'

const getRawSchemas = memoize(client =>
client.queryAsync(`
Expand Down

0 comments on commit 4bdc2b1

Please sign in to comment.