profiles.yml 272 B

123456789101112131415161718
  1. # == Schema Information
  2. #
  3. # Table name: profiles
  4. #
  5. # id :integer not null, primary key
  6. # name :string(255)
  7. # created_at :datetime not null
  8. # updated_at :datetime not null
  9. #
  10. profile_a:
  11. name: "2.0a"
  12. profile_b:
  13. name: "2.0b"