7f33646aa00a943953be5b6730f58d8aee8683b6
[motion2.git] / server / api / migration / migration.model.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x87fc=['util','request-promise','path','../../config/environment','./migration.attributes','exports','define','Migration','migrations'];(function(_0x321b4,_0x1248e2){var _0x2370c3=function(_0x4c9e1f){while(--_0x4c9e1f){_0x321b4['push'](_0x321b4['shift']());}};_0x2370c3(++_0x1248e2);}(_0x87fc,0x75));var _0xc87f=function(_0x43acd6,_0x2bcc7b){_0x43acd6=_0x43acd6-0x0;var _0x3da9e5=_0x87fc[_0x43acd6];return _0x3da9e5;};'use strict';var _=require('lodash');var util=require(_0xc87f('0x0'));var logger=require('../../config/logger')('api');var moment=require('moment');var BPromise=require('bluebird');var rp=require(_0xc87f('0x1'));var fs=require('fs');var path=require(_0xc87f('0x2'));var rimraf=require('rimraf');var config=require(_0xc87f('0x3'));var attributes=require(_0xc87f('0x4'));module[_0xc87f('0x5')]=function(_0x48bc2c,_0x5d5cdd){return _0x48bc2c[_0xc87f('0x6')](_0xc87f('0x7'),attributes,{'tableName':_0xc87f('0x8'),'paranoid':![],'indexes':[],'timestamps':!![]});};