sf刷新推进源-数据库.sh

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sf刷新推进源-数据库.sh相关的知识,希望对你有一定的参考价值。

This shell script helps to refresh a propel schema from an existing database using (the "old") Symfony 1.2 and avoiding the "CURRENT_TIMESTAMP" (mysql) bug.
  1. #!/bin/sh
  2.  
  3. mv -f config/*.xml config/generated-schema.yml /tmp/
  4.  
  5. ./symfony propel-build-schema || exit $?
  6.  
  7. in='config/schema.yml'
  8. tmp='config/schema-new.yml'
  9. chnEnTrop=', required: true, defaultValue: CURRENT_TIMESTAMP'
  10. sed -e "s/$chnEnTrop//" "$in" > "$tmp" || exit $?
  11. mv -f "$tmp" "$in" || exit $?
  12.  
  13. ./symfony propel-build-model || exit $?
  14.  
  15. ./symfony propel:build-forms || exit $?
  16.  
  17. ./symfony propel:build-filters || exit $?

以上是关于sf刷新推进源-数据库.sh的主要内容,如果未能解决你的问题,请参考以下文章

重新加载时刷新片段

刷新片段不再起作用?

sh Bash的代码片段

自动刷新android片段,直到满足条件

从 fragmentActivity 刷新片段 UI

使用底部导航栏防止片段刷新