예제 #1
0
 public static function has_been_seeded()
 {
     return \System\Database\Migration::count_all(array('seoname' => 'initial-seed')) !== 0;
 }