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

Use build in Croogo statusses #7

Closed
wants to merge 3 commits into from

Conversation

Marlinc
Copy link
Contributor

@Marlinc Marlinc commented Jul 21, 2014

This resolves issue #6

`status` TINYINT(1) NOT NULL ,
`status` INT(1) NOT NULL ,
`publish_start` DATETIME NULL,
`publish_end` DATETIME NULL,
PRIMARY KEY (`id`) )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would actually remove these sql files and exclusively use Migrations plugin.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're okay, I can amend your PR locally. Let me know.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be honest, I don't know how the Migration plugins files work. If you want you can change it.

@rchavik rchavik closed this in 04b59a0 Jul 24, 2014
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.

2 participants