add note that the migration is br0ken

This commit is contained in:
Girish Ramakrishnan
2018-01-15 20:18:32 -08:00
parent 56f4cbe44a
commit 081b596ebf
@@ -2,6 +2,7 @@
var async = require('async');
// NOTE: This migration is incorrect because 'caas' domain is not guaranteed to be present in all Caas cloudrons
exports.up = function(db, callback) {
db.all('SELECT * FROM domains', function (error, domains) {
if (error) return callback(error);