Home | History | Annotate | Download | only in migrations
      1 # This migration has been nulled out, see crbug.com/719628 or the backup
      2 # ".ignore" migration files in this directory.
      3 UP_SQL = "SELECT 1;"
      4 
      5 DOWN_SQL = "SELECT 1;"
      6