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

add mirrors SQL schema #71

Merged
merged 1 commit into from
Jun 19, 2017
Merged

add mirrors SQL schema #71

merged 1 commit into from
Jun 19, 2017

Conversation

abizer
Copy link
Member

@abizer abizer commented May 20, 2017

not sure where to put this since the rest of ocfstats is documented in labstats but all the functions using this are in ocfweb

`down` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE VIEW `mirrors_public` AS
Copy link
Member Author

Choose a reason for hiding this comment

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

superfluous but done to maintain consistency with granting select to anonymous on public views only

Copy link
Member

Choose a reason for hiding this comment

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

seems reasonable to me, explicit is better than implicit and all that other zen

`down` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

CREATE VIEW `mirrors_public` AS
Copy link
Member

Choose a reason for hiding this comment

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

seems reasonable to me, explicit is better than implicit and all that other zen

@abizer abizer merged commit 51d47b0 into ocf:master Jun 19, 2017
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