Menu

#1 Directory structure for change scripts

2.0
open
nobody
None
2013-01-23
2013-01-23
Zitec COM
No

This refers to both change scripts and data change scripts.

Right now these scripts are being stored together under a single directory: change_scripts and data_change_scripts.

What we want to achieve is to have the scripts stored under a intermediary directory structure, like this:
- /change_scripts/x.y.0/x.y.z.sql
- /data_change_scripts/x.y.0/x.y.z.sql

For instance:
- change_scripts
-- 1.1.0
--- 1.1.1.sql
--- 1.1.2.sql
-- 1.2.0
--- 1.2.1.sql
--- 1.2.2.sql

Discussion

  • Zitec COM

    Zitec COM - 2013-01-23
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -6,7 +6,7 @@
     - /change_scripts/x.y.0/x.y.z.sql
     - /data_change_scripts/x.y.0/x.y.z.sql
    
    -For instanec:
    +For instance:
     - change_scripts
     -- 1.1.0
     --- 1.1.1.sql
    
     
  • Zitec COM

    Zitec COM - 2013-01-23
    • milestone: 1.0 --> 2.0
     

Log in to post a comment.