yogthos/migratus

Migration table failure against Oracle

Open

#43 opened on Oct 8, 2015

View on GitHub
 (11 comments) (0 reactions) (0 assignees)Clojure (99 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (686 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/yogthos/migratus/blob/master/src/migratus/database.clj#L213 uses 'BIGINT' for the Migrations table. This is not a valid datatype in Oracle land.

Contributor guide