comeara / pillar

Pillar manages migrations for your Cassandra data stores.
https://github.com/comeara/pillar
MIT License
111 stars 64 forks source link

Multiple DML or DDL Statements per migration? #17

Closed algermissen closed 9 years ago

algermissen commented 9 years ago

Hi,

I wonder whether it is possible to place more than one statement in a single migration file. Either as two migration sin one file (as YAML multi doc) or simply as separate statements in a single migration.

I tried but it did not work and I am unsure whether to should.

Can anyone clarify?

Jan

algermissen commented 9 years ago

Ooops - looking at the closed issues helps.

Anyhow +1 from me for multiple statements :-)

magro commented 9 years ago

I'm also still interested in this, perhaps a pull request would help? With some conventions it should be fairly simple (e.g. separate multiple statements with 2 newlines).

@comeara what do you think?

comeara commented 9 years ago

I'm open to suggestions and pull requests. I closed #6 because I don't have a need for multiple statements.

On Fri, Oct 24, 2014 at 12:13 PM, Martin Grotzke notifications@github.com wrote:

I'm also still interested in this, perhaps a pull request would help? With some conventions it should be fairly simple (e.g. separate multiple statements with 2 newlines).

@comeara https://github.com/comeara what do you think?

— Reply to this email directly or view it on GitHub https://github.com/comeara/pillar/issues/17#issuecomment-60435507.