Skip to content

Commit 13e410f

Browse files
authored
Update 1586753868496_add-nokia-cm-lnrelg-mo.js
1 parent ab89f47 commit 13e410f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

db/migrations/1586753868496_add-nokia-cm-lnrelg-mo.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@ exports.shorthands = undefined;
22

33
exports.up = (pgm) => {
44
pgm.createTable({schema: "nokia_cm", name: "LNRELG"}, {id: "id", load_datetime: "load_datetime", data: "data"});
5+
pgm.createTable({schema: "nokia_cm", name: "TOP"}, {id: "id", load_datetime: "load_datetime", data: "data"});
6+
pgm.createTable({schema: "nokia_cm", name: "PM"}, {id: "id", load_datetime: "load_datetime", data: "data"});
57
};
68

79
exports.down = (pgm) => {
810
pgm.dropTable({schema: "nokia_cm", name: 'LNRELG'});
11+
pgm.dropTable({schema: "nokia_cm", name: 'TOP'});
12+
pgm.dropTable({schema: "nokia_cm", name: 'PM'});
913
};

0 commit comments

Comments
 (0)