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

Upload permission #440

Closed
wants to merge 4 commits into from
Closed

Conversation

Harry-R
Copy link
Member

@Harry-R Harry-R commented Sep 8, 2016

Added settings for permitting, that club members can upload flights with me as pilot.



def upgrade():
op.add_column('users', sa.Column('upload_permission_club', sa.Boolean(), nullable=False, server_default='false'))
Copy link
Member

Choose a reason for hiding this comment

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

the current default is true, so we should keep it that way for now

@Turbo87 Turbo87 changed the title [WIP] Upload permissions Upload permission Sep 8, 2016
Harry-R added a commit to Harry-R/skylines that referenced this pull request Sep 9, 2016
Harry-R added a commit to Harry-R/skylines that referenced this pull request Sep 12, 2016
@Harry-R
Copy link
Member Author

Harry-R commented Oct 3, 2018

Needs a complete rewrite, because the project structure changed massively since the pr was opened.

@Harry-R Harry-R closed this Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants