kuali / research-coi

GNU Affero General Public License v3.0
2 stars 3 forks source link

Changing 3rd migration script to add one column at a time, since Knex… #15

Open rojlarge opened 8 years ago

rojlarge commented 8 years ago

… doesn't seem to be able to handle Oracle multi-column ALTER TABLE syntax. I don't know Knex.js well enough to know if that's just something it can't handle or if there's another way of specifying the adds to make it work for Oracle, but for the time being it seems like it would be wise to do single-column modifications to ensure cross-database compatibility.