)]}'
{"magnum/db/sqlalchemy/alembic/versions/e0653b2d5271_add_fixed_subnet_column_to_baymodel_table.py":[{"author":{"_account_id":668,"name":"Adrian Otto","email":"aotto@aotto.com","username":"aotto"},"change_message_id":"3303183bc11b6a6e31cbd5c1421d4b8a495cb90e","unresolved":false,"context_lines":[{"line_number":1,"context_line":"\"\"\"Add fixed_subnet column to baymodel table"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"Revision ID: e0653b2d5271"},{"line_number":4,"context_line":"Revises: 68ce16dfd341"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_e7ac1da1","line":1,"updated":"2016-06-30 03:05:16.000000000","message":"Add this text above this line:\n\n#    Licensed under the Apache License, Version 2.0 (the \"License\");\n#    you may not use this file except in compliance with the License.\n#    You may obtain a copy of the License at\n#\n#        http://www.apache.org/licenses/LICENSE-2.0\n#\n#    Unless required by applicable law or agreed to in writing, software\n#    distributed under the License is distributed on an \"AS IS\" BASIS,\n#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n#    See the License for the specific language governing permissions and\n#    limitations under the License.","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"},{"author":{"_account_id":12385,"name":"Motohiro/Yuanying Otsuka","email":"yuanying@fraction.jp","username":"yuanying"},"change_message_id":"37b50602c65a4fb65b8482a366006bb9b9e73546","unresolved":false,"context_lines":[{"line_number":1,"context_line":"\"\"\"Add fixed_subnet column to baymodel table"},{"line_number":2,"context_line":""},{"line_number":3,"context_line":"Revision ID: e0653b2d5271"},{"line_number":4,"context_line":"Revises: 68ce16dfd341"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_5bc5088c","line":1,"in_reply_to":"3aaa91ec_e7ac1da1","updated":"2016-06-30 06:17:20.000000000","message":"Done","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"},{"author":{"_account_id":668,"name":"Adrian Otto","email":"aotto@aotto.com","username":"aotto"},"change_message_id":"3303183bc11b6a6e31cbd5c1421d4b8a495cb90e","unresolved":false,"context_lines":[{"line_number":11,"context_line":"down_revision \u003d \u002768ce16dfd341\u0027"},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"from alembic import op"},{"line_number":14,"context_line":"import sqlalchemy as sa"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"def upgrade():"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_477d311b","line":14,"updated":"2016-06-30 03:05:16.000000000","message":"You don\u0027t use this import, because your upgrade() is blank.","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"},{"author":{"_account_id":12385,"name":"Motohiro/Yuanying Otsuka","email":"yuanying@fraction.jp","username":"yuanying"},"change_message_id":"37b50602c65a4fb65b8482a366006bb9b9e73546","unresolved":false,"context_lines":[{"line_number":11,"context_line":"down_revision \u003d \u002768ce16dfd341\u0027"},{"line_number":12,"context_line":""},{"line_number":13,"context_line":"from alembic import op"},{"line_number":14,"context_line":"import sqlalchemy as sa"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"def upgrade():"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_3bc2bc85","line":14,"in_reply_to":"3aaa91ec_477d311b","updated":"2016-06-30 06:17:20.000000000","message":"Done","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"},{"author":{"_account_id":668,"name":"Adrian Otto","email":"aotto@aotto.com","username":"aotto"},"change_message_id":"3303183bc11b6a6e31cbd5c1421d4b8a495cb90e","unresolved":false,"context_lines":[{"line_number":15,"context_line":""},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"def upgrade():"},{"line_number":18,"context_line":"    pass"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_47a411a5","line":18,"updated":"2016-06-30 03:05:16.000000000","message":"I think you want to change the schema here. Consider something like: \n\nop.add_column(\u0027baymodel\u0027, sa.Column(\u0027fixed_subnet\u0027,\n                                       sa.String(length\u003d255), nullable\u003dTrue))","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"},{"author":{"_account_id":12385,"name":"Motohiro/Yuanying Otsuka","email":"yuanying@fraction.jp","username":"yuanying"},"change_message_id":"37b50602c65a4fb65b8482a366006bb9b9e73546","unresolved":false,"context_lines":[{"line_number":15,"context_line":""},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"def upgrade():"},{"line_number":18,"context_line":"    pass"}],"source_content_type":"text/x-python","patch_set":2,"id":"3aaa91ec_9bbbf00e","line":18,"in_reply_to":"3aaa91ec_47a411a5","updated":"2016-06-30 06:17:20.000000000","message":"Done","commit_id":"17adfe218815dc96f58c037def1c6d49f2e543c6"}]}
