FPM+SVN配置Walle自动化部署系统详解(2)

*** applying m150929_004629_change_record_action
    > alter column action in table record to integer(3) unsigned DEFAULT 10 COMMENT "任务执行到的阶段" ... done (time: 0.021s)
*** applied m150929_004629_change_record_action (time: 0.027s)

*** applying m150929_034627_session_to_mysql
    > create table session ... done (time: 0.005s)
*** applied m150929_034627_session_to_mysql (time: 0.012s)

*** applying m150929_115951_project_user_group
    > create table group ... done (time: 0.004s)
    > add column avatar string(100) DEFAULT "default.jpg" COMMENT "头像图片地址" AFTER email to table {{%user}} ... done (time: 0.014s)
*** applied m150929_115951_project_user_group (time: 0.023s)

*** applying m151005_001053_alter_conf_2_project
    > rename table conf to project ... done (time: 0.004s)
*** applied m151005_001053_alter_conf_2_project (time: 0.011s)

*** applying m151010_050344_group_user_admin
    > add column type smallint(1) DEFAULT 0 COMMENT "用户在项目中的关系类型 0普通用户, 1管理员" to table group ... done (time: 0.032s)
    > alter column user_id in table group to integer(32) NOT NULL COMMENT "用户id" ... done (time: 0.013s)
*** applied m151010_050344_group_user_admin (time: 0.051s)

*** applying m151011_054352_task_need_more_long
    > alter column excludes in table project to text COMMENT "要排除的文件" ... done (time: 0.013s)
    > alter column hosts in table project to text COMMENT "目标机器列表" ... done (time: 0.015s)
    > alter column pre_deploy in table project to text COMMENT "部署前置任务" ... done (time: 0.013s)
    > alter column post_deploy in table project to text COMMENT "同步之前任务" ... done (time: 0.012s)
    > alter column post_release in table project to text COMMENT "同步之后任务" ... done (time: 0.015s)
*** applied m151011_054352_task_need_more_long (time: 0.073s)

*** applying m151012_135612_task_add_branch
    > add column branch string(100) DEFAULT "master" comment "选择上线的分支" to table task ... done (time: 0.011s)
    > alter column name in table project to string(100) DEFAULT "master" comment "项目名字" ... done (time: 0.009s)
*** applied m151012_135612_task_add_branch (time: 0.026s)

*** applying m151014_115546_add_pre_release_task
    > alter column post_release in table project to text COMMENT "同步之前目标机器执行的任务" ... done (time: 0.003s)
    > rename column post_release in table project to pre_release ... done (time: 0.011s)
    > add column post_release text COMMENT "同步之后目标机器执行的任务" AFTER pre_release to table project ... done (time: 0.013s)
*** applied m151014_115546_add_pre_release_task (time: 0.033s)

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/a69c4429f98373f336c9fdd5b068871b.html