package com.weEat.migrations case class Metadata( val migrationNumber: Int = -1 ) object Metadata { val collectionName = "meta" }