Skip to content

Commit

Permalink
Update 1586753868496_add-nokia-cm-lnrelg-mo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Apr 13, 2020
1 parent ab89f47 commit 13e410f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/migrations/1586753868496_add-nokia-cm-lnrelg-mo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ exports.shorthands = undefined;

exports.up = (pgm) => {
pgm.createTable({schema: "nokia_cm", name: "LNRELG"}, {id: "id", load_datetime: "load_datetime", data: "data"});
pgm.createTable({schema: "nokia_cm", name: "TOP"}, {id: "id", load_datetime: "load_datetime", data: "data"});
pgm.createTable({schema: "nokia_cm", name: "PM"}, {id: "id", load_datetime: "load_datetime", data: "data"});
};

exports.down = (pgm) => {
pgm.dropTable({schema: "nokia_cm", name: 'LNRELG'});
pgm.dropTable({schema: "nokia_cm", name: 'TOP'});
pgm.dropTable({schema: "nokia_cm", name: 'PM'});
};

0 comments on commit 13e410f

Please sign in to comment.