Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Move is_locked from elsewhere to participants #3012

Merged
merged 1 commit into from
Dec 14, 2014
Merged

Conversation

Changaco
Copy link
Contributor

I guess this is a part of #1549 even though it's never been mentioned there.

FROM elsewhere e
WHERE e.participant = p.username
AND e.is_locked;

Copy link
Contributor

Choose a reason for hiding this comment

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

Don't we want to remove the is_locked column from elsewhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Of course, I just didn't put it in the branch.sql because dropping columns means I have to recreate my dev DB when I switch to another branch.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah, Okay.

@rohitpaulk
Copy link
Contributor

LGTM, merging.

rohitpaulk added a commit that referenced this pull request Dec 14, 2014
Move `is_locked` from `elsewhere` to `participants`
@rohitpaulk rohitpaulk merged commit 6faf2a3 into master Dec 14, 2014
@Changaco Changaco deleted the move-is_locked branch December 14, 2014 11:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants