From 4793c343fd3cde3c6282ed0fb38e039b4276de0e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Feb 2017 19:19:56 +0100 Subject: Add email to pods --- server/initializers/migrations/0005-example.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 server/initializers/migrations/0005-example.js (limited to 'server/initializers/migrations/0005-example.js') diff --git a/server/initializers/migrations/0005-example.js b/server/initializers/migrations/0005-example.js deleted file mode 100644 index cedc42919..000000000 --- a/server/initializers/migrations/0005-example.js +++ /dev/null @@ -1,14 +0,0 @@ -// /* -// This is just an example. -// */ - -// const db = require('../database') - -// // options contains the transaction -// exports.up = function (options, callback) { -// db.Application.create({ migrationVersion: 42 }, { transaction: options.transaction }).asCallback(callback) -// } - -// exports.down = function (options, callback) { -// throw new Error('Not implemented.') -// } -- cgit v1.2.3