UNPKG
ngorient
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Angular OrientDB Framework
AlexVangelov/ngorient
ngorient
/
lib
/
migration
/
destroyer.js
6 lines
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
run
:
function
(
object
, params
) {
var
migrationName =
"create"
+
object
.
name
;
console
.
log
(
'destroy migration '
+migrationName,
object
, params); } };