diff --git a/db/migrations/1586753868496_add-nokia-cm-lnrelg-mo.js b/db/migrations/1586753868496_add-nokia-cm-lnrelg-mo.js new file mode 100644 index 00000000..80e7f9cd --- /dev/null +++ b/db/migrations/1586753868496_add-nokia-cm-lnrelg-mo.js @@ -0,0 +1,9 @@ +exports.shorthands = undefined; + +exports.up = (pgm) => { + pgm.createTable({schema: "nokia_cm", name: "LNRELG"}, {id: "id", load_datetime: "load_datetime", data: "data"}); +}; + +exports.down = (pgm) => { + pgm.dropTable({schema: "nokia_cm", name: 'LNRELG'}); +}; diff --git a/package.json b/package.json index bfdb5f6d..b3d9e488 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Boda-Lite", - "version": "0.5.1", + "version": "0.5.2", "description": "Boda-Lite is a telecommunication network management application", "private": true, "homepage": "./", diff --git a/src/version.js b/src/version.js index 4ab19a5e..e48ab313 100644 --- a/src/version.js +++ b/src/version.js @@ -1,3 +1,3 @@ -export const VERSION = "0.5.1"; +export const VERSION = "0.5.2"; export default VERSION; \ No newline at end of file