-
Notifications
You must be signed in to change notification settings - Fork 318
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
added maps to preferences #666
Conversation
…migrations instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code works as desired and is good work. Just need to clean up the migration code (unless you show the current way works).
Also, would you like to open a new issue on the blank map or do you want someone else to do that? It just needs to be looked at sometime.
src/server/migrations/0.7.0-0.7.1/sql/preferences/alter_preferences_type.sql
Outdated
Show resolved
Hide resolved
Someone else can open an issue for now, I will work on the group page in the meantime |
- This makes the alter of graph_type work with migration transactions. - Moves index.js into proper directory.
I opened issue #667 to address this. |
Description
Fixes #573
Type of change
Checklist
Limitations
I have created a migrations folder with the relevant files to move to 0.7.1 as a step before 0.8.0. Documentation needs to be updated where there is an issue of opening localhost:3000 and seeing default map be "displayed" where it shows a blank image (occurs every time browser is reopened). Not that big of an issue as users can reload the page or click a random meter and it will correct itself.