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

Create install.sql #309

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create install.sql #309

wants to merge 1 commit into from

Conversation

trf000
Copy link
Collaborator

@trf000 trf000 commented Jun 8, 2017

missing the hide_narrow field small devices.

missing the hide_narrow field small devices.
@trf000
Copy link
Collaborator Author

trf000 commented Jun 8, 2017

I submitted a fix, but this one is better:

hide_narrow BOOLEAN NOT NULL DEFAULT 0 AFTER hide_title;

boolean is more efficient than smallint or int. in fact, hide_title should be changed to this too.

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.

1 participant