class CreateAdminNotes

def self.down

def self.down
  drop_table :admin_notes
end