Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Sql migration folder structure

Ajay Divakaran edited this page Apr 19, 2017 · 1 revision

Sql migration folder structure

  1. DDL statements should be present in db/migration/ddl folder
  2. Seed data (http://www.sixarm.com/about/seed-data.html) that is environment agnostic should be present in db/migration/seed folder
  3. Environment specific seed data should be present in the corresponding environment folder e.g db/migration/qa, db/migration/dev.