Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checking full_audit value instead of existence #21

Merged
merged 1 commit into from Jul 20, 2015

Conversation

mikevh
Copy link
Contributor

@mikevh mikevh commented Oct 25, 2013

I saw that a migration with the full_audit value set to false was still crating the timestamp columns

{
"up":{
"create_table":{
"name":"Test1","full_audit":false, <---- timestamp columns still added
"columns":[{
"name":"Name","type":"string"}]
}
},
"down":{
"drop_table":"Test1"}}

jasonmw added a commit that referenced this pull request Jul 20, 2015
Checking full_audit value instead of existence
@jasonmw jasonmw merged commit 3592d75 into jasonmw:master Jul 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants